Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Windows, and any other OS not supported by the leveldb-jni module.
Description
If the leveldb-jni module cannot be loaded (typically because the JNI bits have not been compiled for your OS), then Apollo falls back to a pure java implementation of leveldb: https://github.com/dain/leveldb
Currently issue #4 at https://github.com/dain/leveldb/issues/4
Is causing the implementation to lockup, which in turn causes Apollo to lockup when it's doing persistence operations.