Bug 974321 - RFE: LevelDB Cache Store
Summary: RFE: LevelDB Cache Store
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: ER2
: 6.2.0
Assignee: Mandar Joshi
QA Contact: Misha H. Ali
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-14 00:37 UTC by gsheldon
Modified: 2015-09-01 02:58 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Known Issue
Doc Text:
Cause: Consequence: Workaround (if one exists): Result:
Clone Of:
Environment:
Last Closed: 2014-01-16 00:01:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Comment 4 Mandar Joshi 2013-07-09 10:19:11 UTC
The following topics are added for LevelDB Cache:

Section: LevelDB Cache Store
        About LevelDB Cache Store
        Configuring LevelDB Cache Store
        Sample Programatic Configuration
        Sample XML Configuration

Comment 6 Misha H. Ali 2013-08-15 06:12:21 UTC
Additionally, this section should be in the admin guide in the chapter about different cache store types. Please move it.

Comment 7 Misha H. Ali 2013-08-20 00:54:10 UTC
Reminder about shifting the content to the appropriate location. Setting back to ASSIGNED till it is properly located.

Comment 8 Tristan Tarrant 2013-08-20 09:07:25 UTC
5.2.3.3. Sample Programatic Configuration
 remove the .entityClass(User.class) line
 which I believe is a leftover from the JPA store

5.2.3.2. Configuring LevelDB Cache Store
 Procedure 5.4.  To configure levelDB cache store:

 you don't say which module.xml to modify
 and also where to put the leveldb jars
that is not part of the upstream code yet, so let's leave it open for now until the code is finished

Comment 11 Tristan Tarrant 2013-10-29 16:52:56 UTC
Add leveldbjni-all-1.7.jar to the following directory

modules/system/layers/base/org/fusesource/leveldbjni-all/main

and modify the module.xml file therein to reference the jar:

<module xmlns="urn:jboss:module:1.1" name="org.fusesource.leveldbjni-all">
   <properties>
      <property name="jboss.api" value="private"/>
   </properties>

   <resources>
      <resource-root path="leveldbjni-all-1.7.jar"/>
        <!-- Insert resources here -->
   </resources>

   <dependencies>
   </dependencies>
</module>

Comment 14 Misha H. Ali 2013-11-15 02:29:52 UTC
Please see me today for some feedback about these topics, they require some changes.

Comment 16 Misha H. Ali 2013-11-20 03:23:47 UTC
Added feedback, please apply and I'll re-review.

Comment 18 Misha H. Ali 2013-11-21 01:10:45 UTC
Feedback added, small changes otherwise ok.

Comment 19 Misha H. Ali 2013-11-21 01:10:59 UTC
Feedback added, small changes otherwise ok.

Comment 24 Martin Gencur 2013-12-03 15:30:49 UTC
I think the note should not contain "JBoss Data Grid 6.2 Beta" (remove Beta) but rather "JBoss Data Grid 6.2". This is docs for GA release.

Comment 30 Misha H. Ali 2014-01-16 00:01:52 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.