-
Notifications
You must be signed in to change notification settings - Fork 46.1k
Closed
Labels
enhancementNew feature or request or suggestionNew feature or request or suggestion
Description
原文为
1.服务器会将重写缓冲区中的所有内容追加到新 AOF 文件的末尾,使得新旧两个 AOF 文件所保存的数据库状态一致。最后,服务器用新的 AOF 文件替换旧的 AOF 文件,以此来完成 AOF 文件重写操作。
如果新旧两个 AOF 文件所保存的数据库状态一致,为什么还需要替换呢?我不知道我的理解是否正确,谢谢大佬抽空review。
2.然后还有个地方装箱和拆箱写反了。
已经提交了pr
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or request or suggestionNew feature or request or suggestion