ChenSammi commented on code in PR #5396:
URL: https://github.com/apache/ozone/pull/5396#discussion_r1360076799
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/lease/LeaseManager.java:
##########
@@ -63,19 +63,19 @@ public class LeaseManager<T> {
* Default timeout in milliseconds to be used for lease creation.
*/
public LeaseManager(String name, long defaultTimeout) {
- this.name = name;
+ this.name = name + "LeaseManager";
Review Comment:
"-LeaseManager" is better than "LeaseManager".
So the total string will be "Lease Manager-LeaseManager". I'm not sure if
this suffix "-LeaseManager" is a must to have. It looks like kind of duplicate.
--
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]