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
I observe regular influxdb crashes -- it happens one or two times per day with the assert message below. Going down the corresponding code was fixed in rocksdb 3.6.1 --facebook/rocksdb#295 issue closed with facebook/rocksdb@2fb1fea commit.
Do you have any plans for upgrading rocksdb-3.5.1 to recent versions?
Info
OS is CentOS 6.6, Influxdb 0.8.7 has default settings, used as single instance (not a cluster)
@apestov We're actually rewriting the data storage layer completely for v0.9.0, so we won't be using RocksDB or LevelDB any longer. We have noticed some strange issues with RocksDB, so we'd recommend using LevelDB for the v0.8.x series in the meantime instead - that should fix the issues you're having.
Hi,
I observe regular influxdb crashes -- it happens one or two times per day with the assert message below. Going down the corresponding code was fixed in rocksdb 3.6.1 --facebook/rocksdb#295 issue closed with facebook/rocksdb@2fb1fea commit.
Do you have any plans for upgrading rocksdb-3.5.1 to recent versions?
Info
OS is CentOS 6.6, Influxdb 0.8.7 has default settings, used as single instance (not a cluster)
The text was updated successfully, but these errors were encountered: