Skip to content

Commit f6b79a2

Browse files
committed
change repeated decommission log level to info
1 parent c33d868 commit f6b79a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/DatanodeAdminManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void startDecommission(DatanodeDescriptor node) {
160160
monitor.startTrackingNode(node);
161161
}
162162
} else {
163-
LOG.trace("startDecommission: Node {} in {}, nothing to do.",
163+
LOG.info("startDecommission: Node {} in {}, nothing to do.",
164164
node, node.getAdminState());
165165
}
166166
}

0 commit comments

Comments
 (0)