tuohai666 commented on issue #8903: URL: https://github.com/apache/shardingsphere/issues/8903#issuecomment-769950839
@Simbafa You are right, it's because only 1 (ACCEPTOR.SIZE: 1) thread executing between two transactions. One of the transaction occupy the row but not commit, then the thread execute another transaction which will not go on due to updating the same row, the thread will be blocked and all the two transactions will not commit. I have found the root cause and will fix it in several days. Before that I suggest you to comment acceptor.size(infinite by default), and let the test proceed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
