ArafatKhan2198 commented on code in PR #5407:
URL: https://github.com/apache/ozone/pull/5407#discussion_r1361676856
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerDoubleBuffer.java:
##########
@@ -108,7 +108,7 @@ public final class OzoneManagerDoubleBuffer {
private final boolean isTracingEnabled;
private final Semaphore unFlushedTransactions;
private final FlushNotifier flushNotifier;
- private final String threadPrefix;
+ private String threadPrefix = "";
Review Comment:
Done! Please take a look if I got it right
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerStateMachine.java:
##########
@@ -128,7 +128,7 @@ public OzoneManagerStateMachine(OzoneManagerRatisServer
ratisServer,
ThreadFactory build = new ThreadFactoryBuilder().setDaemon(true)
.setNameFormat(threadPrefix +
- "OM StateMachine ApplyTransaction Thread - %d").build();
+ "OM_StateMachine_ApplyTransaction_Thread - %d").build();
Review Comment:
Done!
--
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]