[infinispan-issues] [JBoss JIRA] (ISPN-3867) L1 cache of ISPN server cannot be enabled
Martin Gencur (JIRA)
issues at jboss.org
Thu Jan 2 07:07:32 EST 2014
Martin Gencur created ISPN-3867:
-----------------------------------
Summary: L1 cache of ISPN server cannot be enabled
Key: ISPN-3867
URL: https://issues.jboss.org/browse/ISPN-3867
Project: Infinispan
Issue Type: Bug
Affects Versions: 6.0.0.Final, 5.3.0.Final
Reporter: Martin Gencur
Assignee: Tristan Tarrant
Priority: Critical
L1 cache in the server distribution cannot be enabled. The problem is in DistributedCacheAdd:100:
The file should include
builder.clustering().l1().enable().lifespan(lifespan);
instead of
builder.clustering().l1().lifespan(lifespan);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list