You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java process was killer by OOM Killer, The above logs did not show database corruption. It get get stuck in leveldb::DBImpl::MakeRoomForWrite() . BTW , recreate database is ok. Anyone might know the reason?
relations
I looked up other issues, found this issue #169 . However, this doesn't seem like the case here.
In rocksdb , facebook/rocksdb#696 (comment), this comment show had a bug where compaction wasn't started and writes were waiting until it finishes.
The text was updated successfully, but these errors were encountered:
logs
config
writeBufferSize 16 M, cacheSize 32 M, maxOpenFiles 100
size
level:0,files:1.0,size:5.0 M
version
1.13, use leveldbjni
situation
Java process was killer by OOM Killer, The above logs did not show database corruption. It get get stuck in leveldb::DBImpl::MakeRoomForWrite() . BTW , recreate database is ok. Anyone might know the reason?
relations
I looked up other issues, found this issue #169 . However, this doesn't seem like the case here.
In rocksdb , facebook/rocksdb#696 (comment), this comment show
had a bug where compaction wasn't started and writes were waiting until it finishes.
The text was updated successfully, but these errors were encountered: