Skip to content

Commit

Permalink
Merge pull request #2 from ajermakovics/master
Browse files Browse the repository at this point in the history
Shutting down compactionExecutor on db close
  • Loading branch information
jordw committed Nov 14, 2014
2 parents 48a79bb + c40b53d commit 759acb1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ public void run() {
}

public void close() throws IOException {
compactionExecutor.shutdownNow();
compactionTaskExecutor.shutdownNow();
}

Expand Down

0 comments on commit 759acb1

Please sign in to comment.