前后矛盾
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 1.2k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 31
Description
File: /master/ticdc/ticdc-architecture.md
TiKV 节点中的 ResolvedTS:代表某一个 Region leader 上开始时间最早的事务的开始时间,即:ResolvedTS = max(ResolvedTS, min(StartTS))
时间最早的事务的开始时间 不应是min(ResolvedTS, min(StartTS))么?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open ticdc/ticdc-architecture.md at the ResolvedTS definition and compare the displayed formula with the surrounding TiKV/TiCDC explanation. Verify the intended meaning of the earliest transaction start time before editing the wording or formula; done means the documentation is internally consistent and accurately describes ResolvedTS.
Written by the indexing model from the issue text.
Assessment
- Domain
- distributed-systems, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100