-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.16
* Operating S…
sunhk updated
2 years ago
-
子线程使用RootContext.bind(xid);绑定了主线程的xid,能让报错时整体回滚。但碰到一个问题:
第一个线程修改一个字段,将数据从A改到B,第二个线程修改相同字段(因为是相同xid,可以获取到全局锁),将数据从B改到C,业务异常回滚,那么第一个线程会回滚失败,因为发现脏数据,此时全局锁就一直不会被释放,数据一直被锁住,业务无法继续下去。
请问下官方大佬,这种场景,除了在…
-
spring 配置如下
```xml
```
对于这个配置,当使用注释掉的 dubbo 协议时可以正常执行,但换成 rest 就出现如下错误,在网上搜了很多都没有找到解决方案,特来此求助
```shell
Ex…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.15
* Operating S…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Ask your question here
### Environment
dubbo: 3.2.…
-
目前采用的是 springclouddubbo+nacos
cloud 版本为2.2.0,对应 dubbo 版本为2.7.4.1,对应 nacos 版本为1.1.4,admin版本为 develop
![image](https://user-images.githubusercontent.com/59118285/99222538-c8070d00-281d-11eb-99d5-aab…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dubbo/…
-
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.util.TimSort.mergeHi(TimSort.java:899) ~[?:1.8.0_221]
at java.util.TimSort.mergeAt(TimSort.java:516) ~[…
-
When I add a data listener with child path in zookeeper, then I changed the data in this child path, the listener invoke with an error:
[call stack]
_**ERROR org.I0Itec.zkclient.ZkEventThread - Err…
-
有想过用定时轮询各个服务做回声测试,但是要预先拿到所有需要监控的引用,有没有更灵活的办法?