[jboss-jira] [JBoss JIRA] (AS7-3503) Replication queue not enabled properly in Infinispan subsystem
Martin Gencur (JIRA)
jira-events at lists.jboss.org
Mon Jan 30 08:59:48 EST 2012
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-functional-tests-ispn-arq/lastCompletedBuild/testReport/org.jboss.test.datagrid.configuration/ClusteredCacheConfigurationTest/testQueueSize/
Test class location: https://svn.devel.redhat.com/repos/jboss-qa/edg/edg-functional-tests/trunk/xml-configuration/clustered-cache/src/test/java/org/jboss/test/datagrid/configuration/ClusteredCacheConfigurationTest.java
--
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
More information about the jboss-jira
mailing list