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
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.
*** This bug has been marked as a duplicate of bug 1163637 ***
Tristan Tarrant <ttarrant> updated the status of jira ISPN-4268 to Closed