| Summary: | Procedure 14.7. LevelDB Cache Store Sample XML Configuration, leveldb library code snippet | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Vitalii Chepeliuk <vchepeli> |
| Component: | Documentation | Assignee: | Mandar Joshi <majoshi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | jdg-bugs, mhusnain, pyaduvan, vchepeli |
| Target Milestone: | GA | ||
| 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 Name: 12532, Administration and Configuration Guide-6.2-3
Build Date: 25-11-2013 20:36:18
Topic ID: 20150-558841 [Latest]
|
|
| Last Closed: | 2014-01-16 00:02:39 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: | |
Hi Vitalii, this topic is still under development so I am assigning it to Mandar, the writer developing it. Mandar, please see if you have already implemented this change. If so, close this bug as a duplicate of your bug and cc Vitalii in that LevelDB bug. Who are you asking for verification? Need to add a need info for that person, as discussed. Same for all other MODIFIED or ON_QA bugs. Ok looks good! Thanks Mandar! The fix for this bug is now generally released and available here: https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.2/index.html |
Title: LevelDB Cache Store Sample XML Configuration (Library Mode) Describe the issue: <namedCache name="vehicleCache"> <loaders passivation="false" shared="true" preload="true"> <leveldbStore location="/tmp/leveldb/data" expiredLocation="/tmp/leveldb/expired" /> </loaders> </namedCache> Suggestions for improvement: <namedCache name="vehicleCache"> <persistence passivation="false"> <leveldbStore location="/path/to/leveldb/data" expiredLocation="/path/to/expired/data shared="true" preload="true"/> </persistence> </namedCache> Additional information: