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 2019/12/27 15:54:12 UTC

[GitHub] [incubator-shardingsphere] cherrylzhao opened a new pull request #3825: fix XA of sharding-jdbc could not compatible with postgresql

cherrylzhao opened a new pull request #3825: fix XA of sharding-jdbc could not compatible with postgresql
URL: https://github.com/apache/incubator-shardingsphere/pull/3825
 
 
   JDBC driver of PostgreSQL will `set autoCommit=false` after starting XA transaction, this replay operation will lead PGConnectoin start a commit internal.
   
    so we should move the replay to ShardingTransactionMananger internal, Seata and Atomikos have supported well. SagaBaseTransactionMananger also need to change the connection configuration by itselef later.

----------------------------------------------------------------
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] terrymanu merged pull request #3825: fix XA of sharding-jdbc could not compatible with postgresql

Posted by GitBox <gi...@apache.org>.
terrymanu merged pull request #3825: fix XA of sharding-jdbc could not compatible with postgresql
URL: https://github.com/apache/incubator-shardingsphere/pull/3825
 
 
   

----------------------------------------------------------------
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] coveralls commented on issue #3825: fix XA of sharding-jdbc could not compatible with postgresql

Posted by GitBox <gi...@apache.org>.
coveralls commented on issue #3825: fix XA of sharding-jdbc could not compatible with postgresql
URL: https://github.com/apache/incubator-shardingsphere/pull/3825#issuecomment-569302164
 
 
   ## Pull Request Test Coverage Report for [Build 1242](https://coveralls.io/builds/27814738)
   
   * **0** of **0**   changed or added relevant lines in **0** files are covered.
   * No unchanged relevant lines lost coverage.
   * Overall coverage decreased (**-0.002%**) to **67.237%**
   
   ---
   
   
   
   |  Totals | [![Coverage Status](https://coveralls.io/builds/27814738/badge)](https://coveralls.io/builds/27814738) |
   | :-- | --: |
   | Change from base [Build 634](https://coveralls.io/builds/27808868): |  -0.002% |
   | Covered Lines: | 11277 |
   | Relevant Lines: | 16772 |
   
   ---
   ##### 💛  - [Coveralls](https://coveralls.io)
   

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