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 b8815fe commit b871805Copy full SHA for b871805
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java
@@ -2569,7 +2569,7 @@ public void shutdown() {
2569
if (this.threadGroup != null) {
2570
int sleepMs = 2;
2571
while (true) {
2572
- // When shutting down for restart, wait 2.5 seconds before forcing
+ // When shutting down for restart, wait 1 second before forcing
2573
// termination of receiver threads.
2574
if (!this.shutdownForUpgrade ||
2575
(this.shutdownForUpgrade && (Time.monotonicNow() - timeNotified
0 commit comments