-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Handoff vs just flushing #132
Comments
For multi-cpus, handoff is inevitable. |
No, but it does slow down rollouts. Can you explain what you mean by multi-CPUs? |
I mean multi-core cpus, which is common in production environment. |
How do multi-core CPUs affect chunk handoffs on rolling upgrades? @gouthamve I think you've point is valid, we should experiment to see if chunk handoffs are necessary on rolling upgrades. |
Handoff was implemented in #794 |
One of the main reasons Cortex has handoff is because of the sheer amount of writes that'll happen to the database. Here we're going to have magnitudes less streams, and maybe just flushing on exit is a better tradeoff.
The text was updated successfully, but these errors were encountered: