You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/10/12 01:42:45 UTC

[GitHub] [shardingsphere] FlyingZC commented on pull request #21076: setNextException with chain in classes JDBCBackendTransactionManager and LocalTransactionManager

FlyingZC commented on PR #21076:
URL: https://github.com/apache/shardingsphere/pull/21076#issuecomment-1275476245

   Please check the code @null-sys .In the original logic, the input parameter `[ex1, ex2]`,then the method will return `ex1 and ex1.next = ex2`;After your change,the input parameter `[ex1, ex2]`,then the method will return `ex2 and ex2.next = ex1`;It's not same.


-- 
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-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org