bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.04k stars 203 forks source link

No Content in LOG file where using terarkdb in JNI #256

Closed zhougit86 closed 1 year ago

zhougit86 commented 1 year ago

Question

Expected behavior

expect to see debug infos in LOG

Actual behavior

LOG size is 0

Steps to reproduce the behavior

yapple commented 1 year ago

https://github.com/yapple/rocksdb-example/blob/dev_terark/src/main/java/org/example/RocksDBConnector.java

yapple commented 1 year ago

can you double check if there is a LOG using this demo, and replace the maven dependence of terakdb jni with yours