[infinispan-issues] [JBoss JIRA] (ISPN-4293) PR for ISPN-4137 causes a performance drop in repl tx mode
Dan Berindei (JIRA)
issues at jboss.org
Wed May 21 03:36:57 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969252#comment-12969252 ]
Dan Berindei commented on ISPN-4293:
------------------------------------
The PR for ISPN-4131 also caused a perf drop in tx mode
To fix ISPN-4131 we have to keep track of the highest tx id removed from
the completed txs map by the cleanup thread. The initial fix thus required
accessing two maps both to check if a tx was already completed and to mark
a tx as completed.
I was able to eliminate the second map lookup for marking the tx as
completed in the commit command, reducing the overhead somewhat.
> PR for ISPN-4137 causes a performance drop in repl tx mode
> ----------------------------------------------------------
>
> Key: ISPN-4293
> URL: https://issues.jboss.org/browse/ISPN-4293
> Project: Infinispan
> Issue Type: Bug
> Reporter: Jakub Markos
> Assignee: Dan Berindei
>
> See the last graph here for example http://jawa36.mw.lab.eng.brq.redhat.com:8080/repo/reports/metric/saved/teamjdg/jdg_rg_test_70_reads
> Caused by this commit https://github.com/infinispan/infinispan/commit/8be817a193699ce8b59aec8da0029bff9b8420c4
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the infinispan-issues
mailing list