[infinispan-issues] [JBoss JIRA] (ISPN-1781) Disabling L1 not working
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Jan 23 10:28:18 EST 2012
[ https://issues.jboss.org/browse/ISPN-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12661188#comment-12661188 ]
Galder Zamarreño commented on ISPN-1781:
----------------------------------------
I've got a fix for this which incidentally fixes these two test failures:
https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/org.infinispan$infinispan-cdi/495/testReport/junit/org.infinispan.cdi.test.cachemanager.embedded.programmatic/ProgrammaticCacheContainerTest/org_infinispan_cdi_test_cachemanager_embedded_programmatic_ProgrammaticCacheContainerTest_testSmallCache/
https://infinispan.ci.cloudbees.com/job/Infinispan-master-JDK6-tcp/org.infinispan$infinispan-cdi/495/testReport/junit/org.infinispan.cdi.test.cachemanager.embedded.xml/XMLConfiguredCacheContainerTest/org_infinispan_cdi_test_cachemanager_embedded_xml_XMLConfiguredCacheContainerTest_testVeryLargeCache/
> Disabling L1 not working
> ------------------------
>
> Key: ISPN-1781
> URL: https://issues.jboss.org/browse/ISPN-1781
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration
> Affects Versions: 5.1.0.CR4
> Reporter: Galder Zamarreño
> Assignee: Manik Surtani
> Priority: Blocker
> Fix For: 5.1.0.FINAL
>
>
> Even though I disable l1 configuration via:
> {code} return new ConfigurationBuilder()
> .clustering()
> .cacheMode(CacheMode.DIST_SYNC)
> .l1().disable(){code}
> L1 is enabled.
--
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 infinispan-issues
mailing list