- Feb 02, 2014
-
-
stephan-hof authored
-
- Jan 26, 2014
- Jan 24, 2014
-
-
hofmockel authored
-
hofmockel authored
* Written to the rocksdb log-file * raise an exception back to rocksdb
-
hofmockel authored
-
hofmockel authored
On delete rocksdb waits for the background thread to finish. However the background threads needs the GIL to execute python-code (for example comparator) => * main thread has GIL * main thread waits for background thread * background thread tries to get GIL which means deadlock
-
- Jan 23, 2014
-
-
hofmockel authored
For better logging I'm going to inject the rocksdb info_logger into the C++ Wrapper classes => The classes on the options object have a member to a DB specific logger => This c++ classes can only belong to a SINGLE db => For simplicity make this requirement also for the options object itself
-
hofmockel authored
-
hofmockel authored
The cyclic garbage collector may choose this snappshot object to break the cycle. In that case tp_clear will remove the reference to self.db. So if __dealloc__ of the snapshot is called, self.db is not valid anymore
-
hofmockel authored
-
- Jan 21, 2014
- Jan 19, 2014
- Jan 18, 2014
-
-
hofmockel authored
-
- Jan 17, 2014
- Jan 16, 2014
- Jan 15, 2014
- Jan 13, 2014
-
-
hofmockel authored
-
hofmockel authored
-
stephan-hof authored
-