lizhimins commented on code in PR #9968:
URL: https://github.com/apache/rocketmq/pull/9968#discussion_r2666836698


##########
proxy/src/main/java/org/apache/rocketmq/proxy/grpc/v2/GrpcMessagingApplication.java:
##########
@@ -136,7 +136,10 @@ protected GrpcMessagingApplication(GrpcMessagingActivity 
grpcMessagingActivity,
 
     protected void init() {
         GrpcTaskRejectedExecutionHandler rejectedExecutionHandler = new 
GrpcTaskRejectedExecutionHandler();
-        
this.routeThreadPoolExecutor.setRejectedExecutionHandler(rejectedExecutionHandler);
+
+        //Repeated assignment
+        
//this.routeThreadPoolExecutor.setRejectedExecutionHandler(rejectedExecutionHandler);

Review Comment:
   You can directly remove the duplicate parts.



-- 
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]

Reply via email to