You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bot detected the issue body's language is not English, translate it automatically.
Confirm the consistency of the current single key apply DB
The current design is no problem, because binlogs in the same db (which must also contain the same key) will be assigned to the same worker. Because this worker is a binlog worker, it only has one bg_thread to retrieve and apply tasks, so it does not There is a problem of consistency. The calling sequence is as follows:
Classify response in PikaReplClientConn::DealMessage;
PikaReplClientConn::DispatchBinlogRes processes binlog in batches;
ikaReplicaManager::ScheduleWriteBinlogTask;
PikaReplClient::ScheduleWriteBinlogTask uses different binlog workers according to db name;
Which PikiwiDB functionalities are relevant/related to the feature request?
No response
Description
排期大概1个月,每周周会结束对一下进度
Proposed solution
问题记录:
Alternatives considered
###解决方案:
方案设计地址:
#2938
###开发分支
https://github.com/OpenAtomFoundation/pika/tree/consistency
The text was updated successfully, but these errors were encountered: