Skip to content

UNOMI-930: sync startup log display to avoid to see it twice#749

Open
jsinovassin wants to merge 1 commit intomasterfrom
avoid-duplicate-log
Open

UNOMI-930: sync startup log display to avoid to see it twice#749
jsinovassin wants to merge 1 commit intomasterfrom
avoid-duplicate-log

Conversation

@jsinovassin
Copy link
Contributor

@jsinovassin jsinovassin commented Feb 6, 2026

PR Title format:
https://issues.apache.org/jira/browse/UNOMI-930

Please add a meaningful description for your change here

This pull request refines the startup message display logic in the BundleWatcherImpl class to ensure thread safety and prevent duplicate messages. The main changes involve introducing a synchronization mechanism and restructuring the startup completion checks.

Thread safety and startup logic improvements:

  • Added a startupMessageLock object and synchronized the startup message display block to prevent concurrent threads from displaying the startup message multiple times.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant