Skip to content

Added additional logging on BrokerService startup#933

Closed
Dm-Chebotarskyi wants to merge 1 commit intoapache:mainfrom
amazon-mq:adding-logging-on-broker-startup
Closed

Added additional logging on BrokerService startup#933
Dm-Chebotarskyi wants to merge 1 commit intoapache:mainfrom
amazon-mq:adding-logging-on-broker-startup

Conversation

@Dm-Chebotarskyi
Copy link
Copy Markdown
Contributor

Description

Adding some logging on startup of BrokerService. We had an occurrence where broker was stuck on startup for 33 minutes with the following logs:

2022-10-24 12:33:01,972 | INFO  | Using Persistence Adapter: KahaDBPersistenceAdapter[/data/kahadb] | org.apache.activemq.broker.BrokerService | main
// ~33 mins between these 2 logs 
2022-10-24 13:06:23,710 | INFO  | KahaDB is version 6 | org.apache.activemq.store.kahadb.MessageDatabase | main

Normally, loading time between these 2 log entries is several seconds.
This logs supposed to give more insights during the next occurrence of the issue on where broker spent this time.

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