forked from OpenAtomFoundation/pikiwidb
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multi get #21
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
* reconstruct slave comsuming thread model, new model: 1 each db has one exclusive thread to write binlog 2 every db share the same thread pool to write db * 1 make write_binlog_thread_num configurable 2 ensure TrySync resp is handled after binlog tasks * 1 add extra 10s sleep in randomSpopstore test to avoid the sporadic failure of this test case 2 revised some comments about write-binlog-worker-num in pika.conf * 1 use global constexpr to replace fixed num in terms of max_db_num 2 done some format work --------- Co-authored-by: cjh <1271435567@qq.com>
…the Master clean un-relevant WriteQueue when one DB timeout) (OpenAtomFoundation#2666) Co-authored-by: cjh <1271435567@qq.com>
* fix spop binlog data race * adjust format --------- Co-authored-by: cjh <1271435567@qq.com>
* add pika benchmark --------- Co-authored-by: liuyuecai <liuyuecai@360.cn>
Co-authored-by: cjh <1271435567@qq.com>
* add codis proxy info command * safe init for slice * use append * init in-place * remove assign
… State if rsync init failed (OpenAtomFoundation#2667) * make pika Slave DB stay in WaitDBSync state if rsync init failed(Pull meta from master timeout) to ensure the slave DB will continue to retry,instead of sinking into Error state * add MaxRetryCount --------- Co-authored-by: cjh <1271435567@qq.com>
…AtomFoundation#2693) Co-authored-by: cjh <1271435567@qq.com>
…able (OpenAtomFoundation#2692) * change cmdId assignment time to assign after intializing cmdtable * 修改 PikaCmdTableManager中 getCmdId,删除pika_command.cc中多余的头文件引用
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.
No description provided.