killme2008 / killme2008/Metamorphosis
Use group commit in write thread instead of a seperate thread
Open
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 672
- PR merge metrics
- No merged PRs in 30d
Description
现在的group commit实现是利用单独的一个线程,考虑在写的线程上做group commit,减少线程数。
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing group commit implementation and the write-thread path in the Java repository. Trace how the separate group-commit thread is used, then define done as moving that work onto the write thread while reducing the number of threads without changing the intended group-commit behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- distributed-systems
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100