-
Notifications
You must be signed in to change notification settings - Fork 841
fix(cluster): fix cluster mode cpu idle #10965
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
Merged
zhang2014
merged 18 commits into
databendlabs:main
from
zhang2014:fix/cluster_use_low_cpu
Apr 11, 2023
Merged
fix(cluster): fix cluster mode cpu idle #10965
zhang2014
merged 18 commits into
databendlabs:main
from
zhang2014:fix/cluster_use_low_cpu
Apr 11, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Contributor
Contributor
Contributor
Contributor
BohuTANG
added a commit
that referenced
this pull request
Apr 12, 2023
* feat: show share and create db from share check from share endpoint * fix: make clippy happy * fix: make clippy happy * fix: fix test fail * feat: add share database statefull test * fix: fix test fail * fix: fix test fail * fix: fix test fail * refactor: add drop share database and table test * refactor: add drop share database and table test * refactor: add drop share database and table test * fix: fix test fail * fix: inbound share should return only from share endpoint * fix: inbound share should return only from share endpoint * fix(cluster): fix cluster mode cpu idle (#10965) * fix(cluster): fix cluster mode cpu idle --------- Co-authored-by: BohuTANG <overred.shuttler@gmail.com> * docs: add more example to variant&map data type (#11033) * feat: support nullable order by column in range frame. (#11032) * docs: add more example for ai functions (#11034) * refactor(cluster): prepare exchange dictionary flight data (#11023) * refactor(cluster): prepare exchange dictionary flight data * refactor(cluster): remove uesless code * refactor(cluster): add dictionary serialize * refactor(cluster): add dictionary deserialize * chore: fix mutation row effect (#11036) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * docs: fix comments on settings (#11037) * Update 06-manage-settings.md * updates * Update show-settings.md * updates * Update 01-set-global.md * fix: fix test fail * fix: fix test fail * fix: fix test fail --------- Co-authored-by: BohuTANG <overred.shuttler@gmail.com> Co-authored-by: Winter Zhang <coswde@gmail.com> Co-authored-by: RinChanNOW <rin_chan_now@outlook.com> Co-authored-by: zhyass <mytesla@live.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: soyeric128 <soyeric128@yahoo.com>
BohuTANG
added a commit
that referenced
this pull request
Apr 13, 2023
* feat: show share and create db from share check from share endpoint * fix: make clippy happy * fix: make clippy happy * fix: fix test fail * feat: add share database statefull test * fix: fix test fail * fix: fix test fail * fix: fix test fail * refactor: add drop share database and table test * refactor: add drop share database and table test * refactor: add drop share database and table test * fix: fix test fail * fix: inbound share should return only from share endpoint * fix: inbound share should return only from share endpoint * fix(cluster): fix cluster mode cpu idle (#10965) * fix(cluster): fix cluster mode cpu idle --------- Co-authored-by: BohuTANG <overred.shuttler@gmail.com> * docs: add more example to variant&map data type (#11033) * feat: support nullable order by column in range frame. (#11032) * docs: add more example for ai functions (#11034) * refactor(cluster): prepare exchange dictionary flight data (#11023) * refactor(cluster): prepare exchange dictionary flight data * refactor(cluster): remove uesless code * refactor(cluster): add dictionary serialize * refactor(cluster): add dictionary deserialize * chore: fix mutation row effect (#11036) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> * docs: fix comments on settings (#11037) * Update 06-manage-settings.md * updates * Update show-settings.md * updates * Update 01-set-global.md * fix: fix test fail * fix: fix test fail * fix: fix test fail * feat: when update shared table meta, save shared table into s3 * fix: fix test fail * fix: fix test fail * fix: fix test fail --------- Co-authored-by: BohuTANG <overred.shuttler@gmail.com> Co-authored-by: Winter Zhang <coswde@gmail.com> Co-authored-by: RinChanNOW <rin_chan_now@outlook.com> Co-authored-by: zhyass <mytesla@live.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: soyeric128 <soyeric128@yahoo.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
fix(cluster): fix cluster mode cpu idle
Closes #issue