5.0.2.RELEASE 支持hystrix 线程池隔离方式了么?
Open
- Dominant language
- Java
- Stars
- 4.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] I have searched the [issues](https://github.com/codingapi/tx-lcn/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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.