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 2020/01/06 07:48:20 UTC

[GitHub] [incubator-shardingsphere] wenweihu86 opened a new issue #3877: Could XA

wenweihu86 opened a new issue #3877: Could XA
URL: https://github.com/apache/incubator-shardingsphere/issues/3877
 
 
   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub issues](https://github.com/apache/incubator-shardingsphere/issues).
   - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response **more than 7 days** and we cannot reproduce it on current information, we will **close it**.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] cherrylzhao commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?

Posted by GitBox <gi...@apache.org>.
cherrylzhao commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?
URL: https://github.com/apache/incubator-shardingsphere/issues/3877#issuecomment-584963374
 
 
   just close it for no response more than 7 days

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] cherrylzhao commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?

Posted by GitBox <gi...@apache.org>.
cherrylzhao commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?
URL: https://github.com/apache/incubator-shardingsphere/issues/3877#issuecomment-571401626
 
 
   If you config the location of XA log file to a cloud filesystem, it can be guaranteed.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] wenweihu86 commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?

Posted by GitBox <gi...@apache.org>.
wenweihu86 commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?
URL: https://github.com/apache/incubator-shardingsphere/issues/3877#issuecomment-571889377
 
 
   @cherrylzhao Could XA Transaction support save log to server, since business application doesn't writing log to the cloud file system most often?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] cherrylzhao closed issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?

Posted by GitBox <gi...@apache.org>.
cherrylzhao closed issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?
URL: https://github.com/apache/incubator-shardingsphere/issues/3877
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-shardingsphere] cherrylzhao commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?

Posted by GitBox <gi...@apache.org>.
cherrylzhao commented on issue #3877: Could XA Transaction guarantee consistent when server instance crashed and migrated?
URL: https://github.com/apache/incubator-shardingsphere/issues/3877#issuecomment-572358644
 
 
   `atomikos` & `bitronix `only support save the log to local machine by default. `Narayana` support save the log to database, but we have not verify it yet [example-143](https://github.com/apache/incubator-shardingsphere-example/issues/143) . `Seata` will plan to support XA in future. so our goal is to provide a variety options to integrate with ShardingSphere. you can extend the storage of underlying transaction manager to guarantee HA, it usually need to introduce another HA service to scale out the log and failover from crashed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services