ChenSammi commented on code in PR #9837:
URL: https://github.com/apache/ozone/pull/9837#discussion_r2871139560


##########
hadoop-hdds/docs/content/feature/DiskBalancer.zh.md:
##########
@@ -238,6 +238,7 @@ The DiskBalancer's behavior can be controlled using the 
following configuration
 | `hdds.datanode.disk.balancer.parallel.thread`               | `5`            
                        | 用于并行移动容器的工作线程数。                                       
                                                                |
 | `hdds.datanode.disk.balancer.service.interval`              | `60s`          
                        | Datanode DiskBalancer 服务检查不平衡并更新其配置的时间间隔。             
                                                |
 | `hdds.datanode.disk.balancer.stop.after.disk.even`          | `true`         
                        | 如果为真,则一旦磁盘被视为平衡(即所有卷密度都在阈值内),DiskBalancer 将自动停止其平衡活动。 
          |
+| `hdds.datanode.disk.balancer.replica.deletion.delay`       | `5m`            
                       | 
容器成功从源卷移动到目标卷后,在删除源容器副本之前会延迟一段时间。这种延迟删除机制允许在读取持有旧容器副本的线程失败之前留出时间。单位:ns、ms、s、m、h、d。
 |

Review Comment:
   这种延迟删除机制允许在读取持有旧容器副本的线程失败之前留出时间 -> 
   
   这种延迟删除机制旨在避免旧副本的即时删除,导致持有旧容器副本的线程数据读取失败



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to