Skip to content

[ISSUE #9930] Solve the problem of duplicate assignment in the init method of the GrpcMessagingApplication class#9968

Open
709572460 wants to merge 1 commit intoapache:developfrom
709572460:rocketmq-zhangshuo-branch
Open

[ISSUE #9930] Solve the problem of duplicate assignment in the init method of the GrpcMessagingApplication class#9968
709572460 wants to merge 1 commit intoapache:developfrom
709572460:rocketmq-zhangshuo-branch

Conversation

@709572460
Copy link

Solve the problem of duplicate assignment in the init method of the GrpcMessagingApplication class

…hod of the GrpcMessagingApplication class

Solve the problem of duplicate assignment in the init method of the GrpcMessagingApplication class.

Closes apache#9930
this.routeThreadPoolExecutor.setRejectedExecutionHandler(rejectedExecutionHandler);

//Repeated assignment
//this.routeThreadPoolExecutor.setRejectedExecutionHandler(rejectedExecutionHandler);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can directly remove the duplicate parts.

Copy link
Member

@lizhimins lizhimins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can directly remove the duplicate parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants