[EPIC] Optimize tree lock as it's not function well in distribution mode
Open
epic
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 298
Description
### Describe the proposal
Currently, the tree lock only works with single instance mode and can't be used with multiple deployments as it uses the memory lock(Java ReentrantReadWriteLock lock). We'd need to optimize it.
### Task list
- [ ] Design document
Contributor guide
Assessment
This issue has not been assessed yet.