Hold db opened for compact/recompact switch

couch_index_compactor should hold the underlying DB open during
the switch from the compaction phase to the recompaction phase.
Otherwise db could be LRU-closed while in bettwen the two.
Which would cause the compaction job to fail possibly wasting
hours of work.
2 files changed
tree: f054f191352617bbb62e48dec5e3fdd6b4c474c6
  1. src/
  2. test/
  3. .gitignore
  4. .travis.yml
  5. LICENSE