KarmaGYZ commented on a change in pull request #18239:
URL: https://github.com/apache/flink/pull/18239#discussion_r776547283
##########
File path:
flink-rpc/flink-rpc-core/src/main/java/org/apache/flink/runtime/rpc/RpcEndpoint.java
##########
@@ -427,13 +427,7 @@ public void validateRunsInMainThread() {
@Override
public void execute(@Nonnull Runnable command) {
- if (!scheduledExecutorService.isShutdown()) {
Review comment:
You are right. @zjureel I think we need to do the same investigation for
`schedule` as well.
--
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]