Martin Gencur created AS7-3503:
----------------------------------
Summary: Replication queue not enabled properly in Infinispan subsystem
Key: AS7-3503
URL:
https://issues.jboss.org/browse/AS7-3503
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Reporter: Martin Gencur
Assignee: Paul Ferraro
Fix For: 7.1.0.Final
I recently ran our testsuite for EDG and found out that the replication queue is not
enabled anywhere.
This probably has to do with latest configuration changes in ISPN:
CacheAdd class in ISPN subsystem calls
builder.clustering().async().replQueueMaxElements(...) and
builder.clustering().async().replQueueMaxElements(...) but does not call
builder.clustering().async().useReplQueue(true) to really enable the replication queue.
Failed test in Jenkins:
https://hudson.qa.jboss.com/hudson/view/EDG6/view/EDG-QE/job/edg-60-funct...
Test class location:
https://svn.devel.redhat.com/repos/jboss-qa/edg/edg-functional-tests/trun...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira