Dm-Chebotarskyi opened a new pull request, #933: URL: https://github.com/apache/activemq/pull/933
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
