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/10 06:43:58 UTC

[GitHub] [shardingsphere] ymwangzq opened a new issue, #9817: Concurrency Issue in TransactionalSQLExecutionHook

ymwangzq opened a new issue, #9817:
URL: https://github.com/apache/shardingsphere/issues/9817

   https://github.com/apache/shardingsphere/blob/2f3a4d28a64b36de3577163b22eaa63cc2ee8199/shardingsphere-transaction/shardingsphere-transaction-base/shardingsphere-transaction-base-seata-at/src/main/java/org/apache/shardingsphere/transaction/base/seata/at/TransactionalSQLExecutionHook.java#L40
   
   When using seata AT mode, ShardingConnection.transactionType is TransactionType.BASE, so ShardingConnection.isHoldTransaction is false, too. Which let ExecutorEngine execute in parallel mode.
   
   In ExecutorEngine.parallelExecute, there is no promise that syncExecute happens before then asyncExecute, so there is a chance that asyncExecute task run without current global transaction context.


-- 
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.apache.org

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


[GitHub] [shardingsphere] github-actions[bot] closed issue #9817: Concurrency Issue in TransactionalSQLExecutionHook

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #9817: Concurrency Issue in TransactionalSQLExecutionHook
URL: https://github.com/apache/shardingsphere/issues/9817


-- 
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


[GitHub] [shardingsphere] github-actions[bot] commented on issue #9817: Concurrency Issue in TransactionalSQLExecutionHook

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #9817:
URL: https://github.com/apache/shardingsphere/issues/9817#issuecomment-1272350907

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
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


Re: [I] Concurrency Issue in TransactionalSQLExecutionHook [shardingsphere]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #9817:
URL: https://github.com/apache/shardingsphere/issues/9817#issuecomment-2026023208

   There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.


-- 
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


[GitHub] [shardingsphere] FlyingZC commented on issue #9817: Concurrency Issue in TransactionalSQLExecutionHook

Posted by "FlyingZC (via GitHub)" <gi...@apache.org>.
FlyingZC commented on issue #9817:
URL: https://github.com/apache/shardingsphere/issues/9817#issuecomment-1413267865

   I want to fix it,please assign me. @strongduanmu 


-- 
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