xingtanzjr commented on PR #7126: URL: https://github.com/apache/iotdb/pull/7126#issuecomment-1226948952
This fix also explains the issue that lots of write operations are suspended, which leads to increase of InternalServiceRPC threads. The direct cause is that all threads in pool `MPPCoordinator` are occupied when the stateMachine revoking `releaseResource()`. They are blocked when invoking SourceHandle.abort(), which is caused by the issue in this PR -- 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]
