Skip to content
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

Closed
wants to merge 23 commits into from
Closed

Multi get #21

wants to merge 23 commits into from

Conversation

chejinge
Copy link
Owner

@chejinge chejinge commented Jun 5, 2024

No description provided.

cheniujh and others added 23 commits May 22, 2024 10:26
* 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>
)

* multi get

---------

Co-authored-by: chejinge <chejinge@360.cn>
…able (OpenAtomFoundation#2692)

* change cmdId assignment time to assign after intializing cmdtable

* 修改 PikaCmdTableManager中 getCmdId,删除pika_command.cc中多余的头文件引用
@chejinge chejinge closed this Jun 5, 2024
@chejinge chejinge deleted the multi_get branch June 24, 2024 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants