- May 31, 2014
-
-
hofmockel authored
(cherry picked from commit c6e4014136aa3d81ecd4288150b3eefca9849b0b)
-
-
- Apr 29, 2014
- Apr 28, 2014
- Apr 27, 2014
- Apr 01, 2014
- Feb 02, 2014
- 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
-