adoroszlai commented on a change in pull request #850:
URL: https://github.com/apache/hadoop-ozone/pull/850#discussion_r414001223
##########
File path:
hadoop-ozone/recon/src/main/java/org/apache/hadoop/ozone/recon/tasks/ReconTaskConfig.java
##########
@@ -51,7 +52,9 @@ public void setPipelineSyncTaskInterval(long
pipelineSyncTaskInterval) {
type = ConfigType.TIME, timeUnit = TimeUnit.SECONDS,
defaultValue = "300",
tags = { ConfigTag.RECON, ConfigTag.OZONE },
- description = "Interval of the Missing Container Task in seconds."
+ description = "The time interval of the period check for " +
+ " containers with zero replicas in the cluster as reported by " +
Review comment:
```suggestion
description = "The time interval of the periodic check for " +
"containers with zero replicas in the cluster as reported by " +
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]