ArafatKhan2198 commented on code in PR #5407:
URL: https://github.com/apache/ozone/pull/5407#discussion_r1361577740
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -2113,7 +2116,7 @@ private void startTrashEmptier(Configuration conf) throws
IOException {
(PrivilegedExceptionAction<FileSystem>)
() -> new TrashOzoneFileSystem(i));
this.emptier = new Thread(new OzoneTrash(fs, conf, this).
- getEmptier(), "Trash Emptier");
+ getEmptier(), threadPrefix + "Trash Emptier");
Review Comment:
Done !!
I have removed it for this as well in OzoneManager :-
```
final Thread t = new Thread(bgSync::triggerRangerSyncOnce,
threadPrefix + "Trigger_RangerSync");
```
--
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]