Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

writing to ETCD may break the liner consistence #47060

Closed
wjhuang2016 opened this issue Sep 18, 2023 · 3 comments · Fixed by #52381 or #52504
Closed

writing to ETCD may break the liner consistence #47060

wjhuang2016 opened this issue Sep 18, 2023 · 3 comments · Fixed by #52381 or #52504
Labels
affects-6.5 affects-7.1 affects-7.5 affects-8.1 component/ddl This issue is related to DDL of TiDB. severity/major type/bug The issue is confirmed as a bug.

Comments

@wjhuang2016
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Suppose we want to do:

Put a  1
Put a  2
Check if a is 2.

If there is some network problem during the first Put, we retry it. Things may become:

Put a 1 (timeout)
Put a 1 (retry)
Put a 2 
put a 1 (the timeout put arrive server)
Check if a is 2, fail.

2. What did you expect to see? (Required)

Make sure liner consistence. a == 2.

3. What did you see instead (Required)

a == 1.

4. What is your TiDB version? (Required)

All

@wjhuang2016 wjhuang2016 added the type/bug The issue is confirmed as a bug. label Sep 18, 2023
@aytrack
Copy link
Contributor

aytrack commented Sep 19, 2023

/label component/ddl
/label severity/major

@ti-chi-bot
Copy link

ti-chi-bot bot commented Sep 19, 2023

@aytrack: The label(s) component/ddl, severity/major cannot be applied. These labels are supported: fuzz/sqlancer, challenge-program, compatibility-breaker, first-time-contributor, contribution, require-LGT3, good first issue, correctness, duplicate, proposal, security, needs-more-info, needs-cherry-pick-release-5.3, needs-cherry-pick-release-5.4, needs-cherry-pick-release-6.0, needs-cherry-pick-release-6.1, needs-cherry-pick-release-6.2, needs-cherry-pick-release-6.3, needs-cherry-pick-release-6.4, needs-cherry-pick-release-6.5, needs-cherry-pick-release-6.6, needs-cherry-pick-release-7.0, needs-cherry-pick-release-7.1, needs-cherry-pick-release-7.2, needs-cherry-pick-release-7.3, affects-5.3, affects-5.4, affects-6.0, affects-6.1, affects-6.2, affects-6.3, affects-6.4, affects-6.5, affects-6.6, affects-7.0, affects-7.1, affects-7.2, affects-7.3, may-affects-5.3, may-affects-5.4, may-affects-6.0, may-affects-6.1, may-affects-6.2, may-affects-6.3, may-affects-6.4, may-affects-6.5, may-affects-6.6, may-affects-7.0, may-affects-7.1, may-affects-7.2, may-affects-7.3.

In response to this:

/label component/ddl
/label severity/major

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository.

@jebter
Copy link

jebter commented Sep 21, 2023

/component ddl
/severity major

@ti-chi-bot ti-chi-bot bot added component/ddl This issue is related to DDL of TiDB. severity/major may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Sep 21, 2023
@wjhuang2016 wjhuang2016 added affects-7.1 affects-6.5 and removed may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Apr 7, 2024
ti-chi-bot bot pushed a commit that referenced this issue Apr 9, 2024
3AceShowHand pushed a commit to 3AceShowHand/tidb that referenced this issue Apr 16, 2024
ti-chi-bot bot pushed a commit that referenced this issue Apr 16, 2024
ti-chi-bot bot pushed a commit that referenced this issue Apr 16, 2024
ti-chi-bot bot pushed a commit that referenced this issue May 9, 2024
ti-chi-bot bot pushed a commit that referenced this issue May 21, 2024
ti-chi-bot bot pushed a commit that referenced this issue Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 affects-7.1 affects-7.5 affects-8.1 component/ddl This issue is related to DDL of TiDB. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
4 participants