Skip to content

Bug: Multiple notifications from multiple instances #5716

Description

@cdprete

Hello.

I've the latest SBA version deployed in production and I've 2 instances deployed for business continuity with Hazelcast configured to share the state across them.
Unfortunately, for what concerns notifications, I get them twice every time (one per instance, I assume).

My suspect on why this happens is because the state stored in https://github.com/codecentric/spring-boot-admin/blob/master/spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/AbstractStatusChangeNotifier.java#L39 is not shared across the instances, therefore each instance handles the events in isolation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions