Skip to content
Snippets Groups Projects
  1. Jan 24, 2014
    • hofmockel's avatar
      Fix deadlock on shutdown by releasing the GIL during del · 43a69973
      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
      43a69973
  2. Jan 23, 2014
  3. Jan 21, 2014
  4. Jan 19, 2014
  5. Jan 18, 2014
  6. Jan 17, 2014
  7. Jan 16, 2014
  8. Jan 15, 2014
  9. Jan 13, 2014
Loading