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

should transfer leader concurrently when update configuration #219

Closed
HarrisChu opened this issue Jul 21, 2023 · 4 comments
Closed

should transfer leader concurrently when update configuration #219

HarrisChu opened this issue Jul 21, 2023 · 4 comments
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/none Severity of bug type/enhancement Type: make the code neat or more efficient

Comments

@HarrisChu
Copy link
Contributor

when update storage configuration, it would be rolling update the storage pod.
but transfer the leader part by part, and it would be a long time for some queries, e.g.

match (v) return v limit 10

expected:

  1. transfer leader concurrently.
@HarrisChu HarrisChu added the type/bug Type: something is unexpected label Jul 21, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Jul 21, 2023
@kqzh
Copy link
Contributor

kqzh commented Jul 28, 2023

I try to transfer leader concurrently, but get many errors cc @HarrisChu @MegaByte875

image
image

@MegaByte875 MegaByte875 added type/enhancement Type: make the code neat or more efficient and removed type/bug Type: something is unexpected labels Aug 29, 2023
@HarrisChu
Copy link
Contributor Author

please check if multiple go routines use the same tcp connection.

@MegaByte875
Copy link
Contributor

#255

@jinyingsunny
Copy link

jinyingsunny commented Sep 19, 2023

development students selftest,sc not read from leader.

@jinyingsunny jinyingsunny added the process/done Process of bug label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/done Process of bug severity/none Severity of bug type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

4 participants