tx-lcn
tx-lcn copied to clipboard
5.0.2.RELEASE 支持hystrix 线程池隔离方式了么?
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
1. Bug Description
现在项目用信号量是没问题的,但是会影响压测验收,我看到有人自定义了hystrix的策略,我用最新的5.0.2测试用线程池策略下,A服务一个方法,第一次调用B实例1更新BB数据,第二次又去调用B实例(feign调用新的2个实例其中一个)更新同样的BB数据会造成死锁。
2. Environment:
- JDK version:
- OS:
- TX-LCN version:
- Others:
3. Exception Stacktrace
Paste your Exception Stacktrace here!
4. Tour Idea
mark
集群下好像不行