adoroszlai commented on a change in pull request #142: HDDS-2448 Delete
container command should used a thread pool
URL: https://github.com/apache/hadoop-ozone/pull/142#discussion_r347908762
##########
File path:
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java
##########
@@ -58,4 +63,25 @@ public int getReplicationMaxStreams() {
return replicationMaxStreams;
}
+ @Config(key = "delete.container.threads",
Review comment:
Nit: I think `container.delete.threads.max` would better reflect both the
hierarchical nature of config item naming, and the fact that it's an upper
limit, not a fixed thread count.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]