-
Notifications
You must be signed in to change notification settings - Fork 578
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
Async flash #781
base: main
Are you sure you want to change the base?
Async flash #781
Conversation
…tion-percent is a mutable config (#236)
…rints, removed unwanted reset of pointers
* Overload CPU reading metric * fix * fix
update insufficient replicas metrics to separate severity
* update overload-ignore-list to be use subnets as well * get ip directly from conn * add getIPV4 impl * ntohl * don't shift at the end of the loop * update for more efficient impl and add ipv6 support * array of arrays * one combined array * have to reassign output of sdscat * include mask in operator< * replace raw numbers with constants * add log when we ignore client for loadshedding
…243) * add overload-protect-tenacity to configure how many clients to evict * need to divide tenacity config by 100 to get percentage
* TLS cname loadshedding ignore list
Hi @JohnSully I have started testing this branch with fastsync enabled, up to your latest commit: Just a few observations, please ignore if there are irrelevant as I understand this branch is still work in progress: Transfer speed is very slowOn master, I see these in the logs:
With RDB, the size is 4GB and completes pretty quick, so likely something is not quite configured correctly on my instance. Loading flagIs it possible to set the loading flag after the replica flushes the data? For RDB, when the loading flag is set, the replica will reject commands during loading so the client can handle this condition, without the loading flag the client will think the incomplete data is correct and handles this case differently. |
No description provided.