tristaZero commented on pull request #11587:
URL: https://github.com/apache/shardingsphere/pull/11587#issuecomment-896019978
@jianliu Sure, could you give a look at @TeslaCN 's comment, i.e., `be
caused by incorrect connection status in BackendConnection`
Do you think the root cause is that the incorrect trx status of
`BackendConnection`? Since you can see,
```java
# CommandExecutorTask
if
(!backendConnection.getTransactionStatus().isInConnectionHeldTransaction()) {
connectionStatus.waitUntilConnectionRelease();
connectionStatus.switchToUsing();
}
```
This task will suspend until all the connections are released.
--
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]