Revert "HBASE-23668 Master log start filling with "Flush journal status" messages"

Minor addendum fixing log message.
This commit is contained in:
stack 2020-01-10 15:57:46 -08:00
parent 8ca614857d
commit 4ed466966c
1 changed files with 1 additions and 1 deletions

View File

@ -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