Re: Bug in RocksDB timer service

2019-01-15 Thread Gyula Fóra
Thanks for the tip Stefan, you are probably right that this might be related to a custom change. We have a change that deletes every state that hasn't been registered in the open method and maybe it accidentally delates the timer service as well, need to check. Thanks! Gyula On Tue, Jan 15, 2019

Re: Bug in RocksDB timer service

2019-01-15 Thread Stefan Richter
Hi, I have never seen this before. I would assume to see this exception because the write batch is flushed and contained a write against a column family that does not exist (anymore). However, we initialize everything relevant in RocksDBCachingPriorityQueueSet as final (CF handle) and never dro