Bug 1117335
| Summary: | CR2 can't properly start leveldb-JNI store (regression CR1 -> CR2) leveldbjni 1.17 to 1.13 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Tomas Sykora <tsykora> |
| Component: | Infinispan | Assignee: | Dave Stahl <dstahl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.3.0 | CC: | dstahl, jdg-bugs, tkirby, vchepeli |
| Target Milestone: | CR3 | ||
| Target Release: | 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-26 14:04:21 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1104639 | ||
|
Description
Tomas Sykora
2014-07-08 13:29:10 UTC
6.3.0 target set, it looks quite important. leveldb 1.13 build and integrated into jdg-6.3.0 (In reply to Dave Stahl from comment #3) > leveldb 1.13 build and integrated into jdg-6.3.0 Updated wrong bug. Setting back to new This looks like libleveldbjni.so was linked using a dynamic library instead of static. Will rebuild and hand off for verification. Awesome Dave! I verified your fresh build is working. 1) I used: leveldbjni-all-1.13-redhat.002.jar instead of leveldbjni-all-1.13-redhat.001.jar 2) I changed module.xml descriptor accordingly 3) I configured levelDB JNI store for a cache 4) I restarted a server and saw this very nice and beautiful result in the console: 01:48:39,128 INFO [org.infinispan.persistence.leveldb.LevelDBStore] (MSC service thread 1-1) ISPN023005: Using JNI LevelDB implementation: org.fusesource.leveldbjni.JniDBFactory No ERRORS, I consider levelDB store started properly. I expect this issue to be ON_QA for JDG 6.3.0 CR3 build. Fantastic. It is working smoothly with CR3 now :) VERIFIED *** Bug 1118785 has been marked as a duplicate of this bug. *** |