Reduce logging in unit-test runs
This commit is contained in:
committed by
Balaji Varadarajan
parent
f2d91a455e
commit
d0d2fa0337
@@ -86,7 +86,7 @@ public class RocksDBDAO {
|
||||
*/
|
||||
private void init() throws HoodieException {
|
||||
try {
|
||||
log.warn("DELETING RocksDB persisted at " + rocksDBBasePath);
|
||||
log.info("DELETING RocksDB persisted at " + rocksDBBasePath);
|
||||
FileUtils.deleteDirectory(new File(rocksDBBasePath));
|
||||
|
||||
managedHandlesMap = new ConcurrentHashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user