Bug 1091841

Summary: If user sets a cache store using JON console, the cache store does not start without restarting a server instance
Product: [JBoss] JBoss Data Grid 6 Reporter: ksuzumur
Component: JON PluginAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED DUPLICATE QA Contact: Martin Gencur <mgencur>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.1CC: jdg-bugs, ksuzumur, tsykora
Target Milestone: ---   
Target Release: 6.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-25 12:31:08 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:
Embargoed:

Description ksuzumur 2014-04-28 07:39:06 UTC
Description of problem:
If user sets a cache store using JON console, the cache store does not start without restarting a server instance.

Version-Release number of selected component (if applicable):
JBoss Data Grid 6.2.1
jon-server-3.2.0.GA
- jon-plugin-pack-jdg-3.2.0.GA.zip
- jon-plugin-pack-jdg-3.2.0.GA-update-01.zip
- jon-plugin-pack-jdg-3.2.0.GA-update-02.zip

How reproducible:
Create a cache store with JON console.

Steps to Reproduce:
1. Click on infinispan resource
2. Click on Create child resource - cache container 
3. Put any name and click continue
4. Click on Finish button
5. Click on Create child resource (For example LevelDB Store) in the cache
6. Put some key and value for the cache using ispn-cli.sh (put 1 test)
7. Restart the server
8. Get the value with the key using ispn-cli.sh (get 1)
9. Return null value from server

Actual results:
Return null value

Expected results:
Return the put value 

Additional info:
When using LevelDB, it needs to set a following steps.

13.5. LevelDB Cache Store
https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.2/html-single/Administration_and_Configuration_Guide/index.html#sect-LevelDB_Cache_Store

Comment 5 Martin Gencur 2014-12-05 13:25:36 UTC
There's no easy fix that could be done for 6.4. This would require large changes in  the subsystems of JDG server which is based on EAP. Postponing this to 6.5. We will revisit this issue later.

Comment 6 Tristan Tarrant 2015-03-25 12:31:08 UTC

*** This bug has been marked as a duplicate of bug 1163637 ***

Comment 7 JBoss JIRA Server 2015-04-09 16:07:32 UTC
Tristan Tarrant <ttarrant> updated the status of jira ISPN-4268 to Closed