有关 isolation-level 的表述需要更正
Open
Nobody has claimed this yet.
area/scheduling
tracked
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 1.2k
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 31
Description
Error 报告
This repository is ONLY used to solve problems related to DOCS-CN.
For other issues (TiDB, TiKV, etc), please move to other repositories.
Please answer the following questions before submitting your issue. Thanks!
- What is the document directory for the problem?
docs-cn/schedule-replicas-by-topology-labels.md
- How would you like to improve it?
但假如 isolation-level 设置不为空,值为 zone,这样就规定了 Region 副本在物理层面上的最低隔离要求,也就是说 PD 一定会保证同一 Region 的副本分散于不同的 zone 之上。即便遵循此隔离限制会无法满足 max-replicas 的多副本要求,PD 也不会进行相应的调度。
文档中有关 isolation-level 的表述有点歧义,和 PD 同学沟通后感觉 即便遵循此隔离限制会无法满足 max-replicas 的多副本要求,PD 也不会进行相应的调度。 这个观点不太准确。
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.
Assessment
This issue has not been assessed yet.