We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a0c35 commit c7c7a88Copy full SHA for c7c7a88
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/pipeline/Pipeline.java
@@ -192,7 +192,7 @@ public HddsProtos.Pipeline getProtobufMessage()
192
}
193
194
195
- LOG.info("Serialize pipeline {} with nodesInOrder{ }", id.toString(),
+ LOG.debug("Serialize pipeline {} with nodesInOrder{ }", id.toString(),
196
nodes);
197
198
return builder.build();
@@ -339,7 +339,7 @@ public Pipeline build() {
339
nodeIndex--;
340
341
342
- LOG.info("Deserialize nodesInOrder {} in pipeline {}", nodesWithOrder,
+ LOG.debug("Deserialize nodesInOrder {} in pipeline {}", nodesWithOrder,
343
id.toString());
344
pipeline.setNodesInOrder(nodesWithOrder);
345
} else if (nodesInOrder != null){
0 commit comments