lightClouds917 commented on code in PR #7073: URL: https://github.com/apache/incubator-seata/pull/7073#discussion_r1899935893
########## rm-datasource/src/main/java/org/apache/seata/rm/datasource/xa/ConnectionProxyXA.java: ########## Review Comment: 这个类的改动是方法的synchronized移除,在代码里添加 try (ResourceLock ignored = resourceLock.obtain()) 。 这里看着改动多,是因为添加try后,内部代码格式缩进引起; -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org