[ https://issues.apache.org/jira/browse/QPID-8439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17927944#comment-17927944 ]
ASF subversion and git services commented on QPID-8439: ------------------------------------------------------- Commit 59c8e7e6706af67bd9084eb6bd3e04f15b375b0c in qpid-broker-j's branch refs/heads/main from Daniil Kirilyuk [ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=59c8e7e670 ] QPID-8439 - [Broker-J] Stack overflow during logging (#255) > [Broker-J] Stack overflow during logging > ---------------------------------------- > > Key: QPID-8439 > URL: https://issues.apache.org/jira/browse/QPID-8439 > Project: Qpid > Issue Type: Bug > Components: Broker-J > Affects Versions: qpid-java-broker-7.0.6 > Reporter: Thorsten Meinl > Priority: Major > Attachments: catalina.out > > > We are occasionally seeing stack overflow during logging in QPid. This > completely kills the broker because some data structure are not initialized > correctly any more afterwards. The problems lies in the combination of SLf4j > use in QPid and the logging in the BDB implementation. BDB is configured > using the Slf4jLoggingHandler in > {{org.apache.qpid.server.store.berkeleydb.StandardEnvironmentFacade.StandardEnvironmentFacade(StandardEnvironmentConfiguration)}} > which eventually ends up at the JDK logger (at least in our setup). However, > BDB has a {{com.sleepycat.je.utilint.ConfiguredRedirectHandler}} which is > appended to the the JDK logger and logs records from it to the configured > Slf4jLoggingHandler. Which in turn forwards them to the JDK logger and there > it starts again. The error is so obvious which makes me wonder why nobody > else has reported it before. Is there some kind of configuration that we have > set wrong? -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org