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

The flow-round-by-digit value will be changed after restart #8980

Closed
nolouch opened this issue Jan 8, 2025 · 3 comments · Fixed by #8981
Closed

The flow-round-by-digit value will be changed after restart #8980

nolouch opened this issue Jan 8, 2025 · 3 comments · Fixed by #8981
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. severity/major type/bug The issue is confirmed as a bug.

Comments

@nolouch
Copy link
Contributor

nolouch commented Jan 8, 2025

Bug Report

What did you do?

run twice

tiup playground nightly --tiflash=0 --tag=tc1

What did you expect to see?

the config should be

 "flow-round-by-digit": 127,

What did you see instead?

first time:

"flow-round-by-digit": 3

second time:

"flow-round-by-digit": 127

What version of PD are you using (pd-server -V)?

7.5.x. -> master

@nolouch nolouch added the type/bug The issue is confirmed as a bug. label Jan 8, 2025
@nolouch
Copy link
Contributor Author

nolouch commented Jan 8, 2025

after #7993

@rleungx
Copy link
Member

rleungx commented Jan 8, 2025

Seem v7.1.x and v6.5.x also have this issue?

@nolouch
Copy link
Contributor Author

nolouch commented Jan 8, 2025

Yes :(

@nolouch nolouch added affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. labels Jan 8, 2025
@ti-chi-bot ti-chi-bot bot closed this as completed in #8981 Jan 9, 2025
ti-chi-bot bot pushed a commit that referenced this issue Jan 9, 2025
…fig (#8981)

close #8980

server/config: completely remove the deprecated field from the PD server config

Signed-off-by: nolouch <[email protected]>
ti-chi-bot bot pushed a commit that referenced this issue Jan 9, 2025
…fig (#8981) (#8985)

close #8980

server/config: completely remove the deprecated field from the PD server config

Signed-off-by: nolouch <[email protected]>

Co-authored-by: nolouch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants