HBASE-12997 print wal pipeline on low replication.
This commit is contained in:
parent
9283b93e22
commit
3d692cf044
|
@ -1399,7 +1399,8 @@ public class FSHLog implements WAL {
|
|||
LOG.warn("HDFS pipeline error detected. " + "Found "
|
||||
+ numCurrentReplicas + " replicas but expecting no less than "
|
||||
+ this.minTolerableReplication + " replicas. "
|
||||
+ " Requesting close of wal.");
|
||||
+ " Requesting close of wal. current pipeline: "
|
||||
+ Arrays.toString(getPipeLine()));
|
||||
logRollNeeded = true;
|
||||
// If rollWriter is requested, increase consecutiveLogRolls. Once it
|
||||
// is larger than lowReplicationRollLimit, disable the
|
||||
|
|
Loading…
Reference in New Issue