-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: cherry-pick code to pika 3.5 release branch #2516
Merged
Merged
Conversation
This file contains 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
…on#2431) OpenAtomFoundation#2429 Signed-off-by: HappyUncle <[email protected]>
…dation#2411) * add kubeblock component post start demo * convert pika kubeblocks helm chart to new component definition api (cherry picked from commit 60535d6) * modify cluster yaml * remove dirty code * refine pika cluster yaml * add PIKA_CODIS_DASHBOARD_SVC_NAME var reference
OpenAtomFoundation#2425 Signed-off-by: HappyUncle <[email protected]>
Co-authored-by: wuxianrong <[email protected]>
Co-authored-by: 白鑫 <[email protected]>
…mission judgment after the default user is connected (OpenAtomFoundation#2449)
… not exist or doing bgsave(OpenAtomFoundation#2289) (OpenAtomFoundation#2437) Co-authored-by: liuchengyu <[email protected]>
…kipped directly(OpenAtomFoundation#2433) (OpenAtomFoundation#2439) Co-authored-by: liuchengyu <[email protected]>
…omFoundation#2456) (OpenAtomFoundation#2457) Co-authored-by: liuchengyu <[email protected]>
Co-authored-by: wuxianrong <[email protected]>
* fix: ACL user authentication errors * blacklist instead of acl user * add rename command (OpenAtomFoundation#2462) * support config get userblacklist ---------
…omFoundation#2467) Co-authored-by: liuyuecai <[email protected]>
…top (OpenAtomFoundation#2475) Co-authored-by: liuchengyu <[email protected]>
Co-authored-by: liuchengyu <[email protected]>
…dation#2474) Co-authored-by: liuchengyu <[email protected]>
…enAtomFoundation#2458) Co-authored-by: liuchengyu <[email protected]>
…#2451) Co-authored-by: liuchengyu <[email protected]>
add rename-command go test
…enAtomFoundation#2473) Co-authored-by: liuchengyu <[email protected]>
* add tcl test * Update default.conf --------- Co-authored-by: wuxianrong <[email protected]> Co-authored-by: Xin.Zh <[email protected]>
* fix: dbsize caculate error
…ion#2485) * fix:Binlog is written repeatedly during the data migration process && not delete cache --------- Co-authored-by: chejinge <[email protected]>
* add multi key slot migrate * config set migrate thread --------- Co-authored-by: chejinge <[email protected]>
…undation#2480) * add kubeblock component post start demo * convert pika kubeblocks helm chart to new component definition api (cherry picked from commit 60535d6) * modify cluster yaml * remove dirty code * refine pika cluster yaml * add PIKA_CODIS_DASHBOARD_SVC_NAME var reference * add namespace for kubeblocks pika cluster helm chart * add namespace for sa and rolebinding
* add codis list test Co-authored-by: liuyuecai <[email protected]>
github-actions
bot
added
✏️ Feature
New feature or request
📒 Documentation
Improvements or additions to documentation
labels
Mar 14, 2024
chejinge
reviewed
Mar 14, 2024
chejinge
reviewed
Mar 14, 2024
@@ -23,6 +23,13 @@ thread-num : 1 | |||
# are dedicated to handling user requests. | |||
thread-pool-size : 12 | |||
|
|||
# Size of the low level thread pool, The threads within this pool | |||
# are dedicated to handling slow user requests. | |||
slow-cmd-thread-pool-size : 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把这里默认改成1
Co-authored-by: wuxianrong <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
No description provided.