| Summary: | The l1-lifespan config looks incorrect | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Misha H. Ali <mhusnain> |
| Component: | Documentation | Assignee: | Mandar Joshi <majoshi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Misha H. Ali <mhusnain> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jdg-bugs, pyaduvan |
| Target Milestone: | DR6 | ||
| Target Release: | 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| 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 |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Sorry, suggested code was:
<distributed-cache l1-lifespan="${VALUE}">
...
</distributed-cache>
Updated the revision history. Brewed. Looks good to me. This bug is approved and available at: https://access.redhat.com/site/documentation/Red_Hat_JBoss_Data_Grid/ |
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