Bug 1001910 - The l1-lifespan config looks incorrect
Summary: The l1-lifespan config looks incorrect
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR6
: 6.2.0
Assignee: Mandar Joshi
QA Contact: Misha H. Ali
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-28 05:55 UTC by Misha H. Ali
Modified: 2015-09-01 02:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build: CSProcessor Builder Version 1.13 Build Name: 12532, Administration and Configuration Guide-6.2-Beta-3 Build Date: 28-08-2013 15:39:22 Topic ID: 13165-473714 [Latest]
Last Closed: 2013-11-07 22:49:18 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Misha H. Ali 2013-08-28 05:55:33 UTC
Title: L1 Cache Configuration (Remote Client-Server Mode)

Describe the issue:

l1-lifespan should not be an element.

Current config:

<distributed-cache>
        ...
        <l1-lifespan="${VALUE}" />
</distributed-cache>

Should probably be something like this instead:

<distributed-cache l1-lifespan="${VALUE}" />
  ...
</distributed-cache>

Check with SMEs and update if the above is incorrect

Comment 1 Misha H. Ali 2013-08-28 05:57:04 UTC
Sorry, suggested code was:

<distributed-cache l1-lifespan="${VALUE}">
  ...
</distributed-cache>

Comment 5 Mandar Joshi 2013-09-17 18:57:19 UTC
Updated the revision history.

Comment 6 Misha H. Ali 2013-09-20 00:35:18 UTC
Brewed.

Comment 10 Misha H. Ali 2013-10-01 00:36:51 UTC
Looks good to me.

Comment 11 Misha H. Ali 2013-11-07 22:49:18 UTC
This bug is approved and available at:

https://access.redhat.com/site/documentation/Red_Hat_JBoss_Data_Grid/


Note You need to log in before you can comment on or make changes to this bug.