[ https://issues.apache.org/jira/browse/QPID-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18011130#comment-18011130 ]
ASF subversion and git services commented on QPID-8704: ------------------------------------------------------- Commit 976e2a3014a3b110da04c31cfee7cc0ab26eeccc in qpid-broker-j's branch refs/heads/main from Daniil Kirilyuk [ https://gitbox.apache.org/repos/asf?p=qpid-broker-j.git;h=976e2a3014 ] QPID-8704: [Broker-J] Optimize TaskExecutorImpl subject handling and execution (#304) * QPID-8704: [Broker-J] Optimize TaskExecutorImpl subject handling and execution * QPID-8704: [Broker-J] Restored method's private modifier --------- Co-authored-by: vavrtom <vavr...@apache.org> > [Broker-J] Optimize TaskExecutorImpl subject handling and execution > ------------------------------------------------------------------- > > Key: QPID-8704 > URL: https://issues.apache.org/jira/browse/QPID-8704 > Project: Qpid > Issue Type: Bug > Components: Broker-J > Affects Versions: qpid-java-broker-9.2.1 > Reporter: Daniil Kirilyuk > Priority: Minor > Fix For: qpid-java-broker-10.0.0 > > > Under heavy load there were observed issues in TaskExecutorImpl: > RunnableWrapper#cancel() may throw an NPE when the underlying _future > variable isn't set, caching wasn't providing a significant performance boost > while increasing heap memory usage, calls coming from the task thread could > cause unnecessary context switching. > There should be additional null checks added, caching should be removed, > logic for calls coming from the task thread should be simplified. -- 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