-
seata 版本是 0.9.0
org.apache.shardingsphere 版本是 4.1.1
有两个微服务order 和 user 都用了shardingsphere-jdbc。
order服务用了 分表。user服务用了读写分离。
order 通过dubbo调用 user,但user 的事物提交失败。user注册了分支事物,但是最后也进行了全局事务的提交,user应该是不会…
-
## Bug Report
**For English only**, other languages will not accept.
Before report a bug, make sure you have:
- Searched open and closed [GitHub issues](https://github.com/apache/shardingsphe…
-
### Which version of ShardingSphere did you use?
5.5.0
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Actual behavior
The following error …
-
出现:org.apache.zookeeper.KeeperException$OperationTimeoutException: KeeperErrorCode = OperationTimeout
-
**Description**
A clear and concise description of what the bug is.
**Steps to Reproduce**
Steps to reproduce the behavior:
1. Prepare Apache ShardingSphere-Proxy 5.1.1
1. Start ShardingSphere-…
-
## Question
I have configured read-write splitting as shown below, intending to ensure that if one of the databases goes down, it will not affect the queries. However, during testing, I encountered…
-
## Bug Report
Interval sharding alg not sharding corretly after new day comes.
restart application fix this
### Which version of ShardingSphere did you use?
5.5.0
### Which project did you …
-
**Feature request**
Please include the following information:
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. E.g. I'm…
-
# Apache ShardingSphere
Apache ShardingSphere is positioned as a Database Plus, and aims at building a standard layer and ecosystem above heterogeneous databases. It focuses on how to reuse existin…
-
### Description
As defined in https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Example_1
[...], if you want the groupId or the version of your modules to be the same…