spring-boot-admin icon indicating copy to clipboard operation
spring-boot-admin copied to clipboard

Bug: Duplicated journal events

Open cdprete opened this issue 1 month ago • 2 comments

Spring Boot Admin Server information

  • Version: 3.5.6

  • Spring Boot version: 3.5.7

  • Configured Security: None

  • Webflux or Servlet application: WebFlux

Client information

  • Spring Boot versions: 3.5.7

  • Used discovery mechanism: Eureka

  • Webflux or Servlet application: WebFlux

Description

As shown below, I've duplicated events for my application instance:

Image

Indeed, in that environment, I've 2 instances of SBA (for business continuity) setup with Hazelcast, so it's expected to have 2 events (one for each instance), but shouldn't one SBA instance show only its own events? It seems to me that the events of all the instances are shown, leading to the duplication.

cdprete avatar Nov 20 '25 09:11 cdprete

fix for the issue: Please take a look: https://github.com/codecentric/spring-boot-admin/pull/4872

teja2 avatar Nov 24 '25 21:11 teja2

fix for the issue: Please take a look: #4872

I'm not a member of the team, therefore my review has little to no value at all. :D @SteKoe and @ulischulte are better candidates for this.

What I can say from my side is that I would have expected the dedup logic to be applied on the backend instead so that, when the UI requests the events, gets them already without duplicates. But I may be missing some context and therefore my comment may make no sense at all.

cdprete avatar Nov 25 '25 19:11 cdprete