Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonHxy committed Mar 24, 2024
1 parent 9d98e11 commit 8c6e5ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@ public void compact(byte[] firstKey, byte[] lastKey) throws IOException {
public void compact() throws IOException {
readLock.lock();
try {
throwIfClosed();
final long start = System.currentTimeMillis();
final int oriRocksDBFileCount = db.getLiveFilesMetaData().size();
final long oriRocksDBSize = getRocksDBSize();
Expand Down

0 comments on commit 8c6e5ff

Please sign in to comment.