Bug 1047860

Summary: L1 cannot be enabled
Product: [JBoss] JBoss Data Grid 6 Reporter: Martin Gencur <mgencur>
Component: ServerAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: jdg-bugs, tsykora, wburns
Target Milestone: CR2   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Gencur 2014-01-02 12:03:13 UTC
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);

Comment 2 JBoss JIRA Server 2014-01-02 13:24:27 UTC
William Burns <wburns> updated the status of jira ISPN-3867 to Coding In Progress

Comment 3 Tomas Sykora 2014-01-10 11:31:23 UTC
Verified on my local machine.
Thanks!