pingcap / pingcap/docs-cn

前后矛盾

Open
#15,639 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.