Skip to content

Commit

Permalink
Revert "HBASE-21959 - CompactionTool should close the store it uses f…
Browse files Browse the repository at this point in the history
…or compacting files, in order to properly archive compacted files."

This reverts commit c1a64aa.
  • Loading branch information
apurtell committed Apr 18, 2019
1 parent 4af4afc commit 46e0e88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ private void compactStoreFiles(final Path tableDir, final HTableDescriptor htd,
}
}
} while (store.needsCompaction() && !compactOnce);
//We need to close the store properly, to make sure it will archive compacted files
store.close();
}

/**
Expand Down

This file was deleted.

0 comments on commit 46e0e88

Please sign in to comment.