Bug 1034216 - Procedure 14.7. LevelDB Cache Store Sample XML Configuration, leveldb library code snippet
Summary: Procedure 14.7. LevelDB Cache Store Sample XML Configuration, leveldb library...
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: GA
: 6.2.0
Assignee: Mandar Joshi
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-25 12:43 UTC by Vitalii Chepeliuk
Modified: 2015-09-01 02:59 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
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


Attachments (Terms of Use)

Description Vitalii Chepeliuk 2013-11-25 12:43:43 UTC
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:

Comment 2 Misha H. Ali 2013-11-26 01:15:45 UTC
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.

Comment 4 Misha H. Ali 2013-11-27 04:18:42 UTC
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.

Comment 6 Vitalii Chepeliuk 2013-11-27 09:41:41 UTC
Ok looks good! Thanks Mandar!

Comment 7 Misha H. Ali 2014-01-16 00:02:39 UTC
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


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