HBASE-27015. Fix log format for ServerManager (#4415)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
5d6c0a9ca5
commit
e8b44d948c
|
@ -1096,7 +1096,7 @@ public class ServerManager {
|
|||
Path lastFlushedSeqIdPath = new Path(rootDir, LAST_FLUSHED_SEQ_ID_FILE);
|
||||
FileSystem fs = FileSystem.get(conf);
|
||||
if (!fs.exists(lastFlushedSeqIdPath)) {
|
||||
LOG.info("No .lastflushedseqids found at" + lastFlushedSeqIdPath
|
||||
LOG.info("No .lastflushedseqids found at " + lastFlushedSeqIdPath
|
||||
+ " will record last flushed sequence id"
|
||||
+ " for regions by regionserver report all over again");
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue