Revert "HBASE-23668 Master log start filling with "Flush journal status" messages"
Minor addendum fixing log message.
This commit is contained in:
parent
8ca614857d
commit
4ed466966c
|
@ -121,7 +121,7 @@ class RegionFlusherAndCompactor implements Closeable {
|
|||
compactExecutor = Executors.newSingleThreadExecutor(new ThreadFactoryBuilder()
|
||||
.setNameFormat("Procedure-Region-Store-Compactor").setDaemon(true).build());
|
||||
LOG.info("Constructor flushSize={}, flushPerChanges={}, flushIntervalMs={}, " +
|
||||
"compactMin=", flushSize, flushPerChanges, flushIntervalMs, compactMin);
|
||||
"compactMin={}", flushSize, flushPerChanges, flushIntervalMs, compactMin);
|
||||
}
|
||||
|
||||
// inject our flush related configurations
|
||||
|
|
Loading…
Reference in New Issue