]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Allow flushes to run in parallel with manual compaction
authorIgor Canadi <icanadi@fb.com>
Mon, 18 May 2015 22:34:33 +0000 (15:34 -0700)
committerIgor Canadi <icanadi@fb.com>
Mon, 18 May 2015 22:34:33 +0000 (15:34 -0700)
commitb0fdda4ff07f2cc52b1f1ed77cfac47e02a86b96
tree1100d2e0dd8c4cd27097dd0da589e1ec58139893
parent74f3832d85e932ed485a4f8d8c01b0adc6b3e502
Allow flushes to run in parallel with manual compaction

Summary: As title. I spent some time thinking about it and I don't think there should be any issue with running manual compaction and flushes in parallel

Test Plan: make check works

Reviewers: rven, yhchiang, sdong

Reviewed By: yhchiang, sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D38355
db/db_impl.cc
db/db_test.cc