guohao-rosicky commented on a change in pull request #3055: URL: https://github.com/apache/ozone/pull/3055#discussion_r806408659
########## File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java ########## @@ -197,7 +198,11 @@ public ContainerStateMachine(RaftGroupId gid, ContainerDispatcher dispatcher, applyTransactionSemaphore = new Semaphore(maxPendingApplyTransactions); stateMachineHealthy = new AtomicBoolean(true); - this.executor = Executors.newFixedThreadPool(numContainerOpExecutors); + this.executor = Executors.newFixedThreadPool(numContainerOpExecutors, + new ThreadFactoryBuilder() + .setNameFormat("ContainerOP-" + gid.getUuid() + "-%d") Review comment: Has been modified, @lokeshj1703 Please take a look. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org