-
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
pika中存在较多无意义的binlog记录 #2417
Comments
梳理了并测试了以下命令,都会存在这个情况: 列表(List)
集合(Set)
有序集合(Sorted Set)
哈希(Hash)
键(Key)
HyperLogLog
地理空间(Geo)
|
After sorting out and testing the following commands, this situation will always exist: List
Set
Sorted Set
Hash
Key
HyperLogLog
Geospatial (Geo)
|
我有疑问:是否有必要去将这个机制修改掉? |
I have a question: Is it necessary to modify this mechanism? |
综合上述,建议关闭这个issue |
Based on the above, it is recommended to close this issue |
把 case 梳理好,该删掉的无效日志还是删掉吧。 |
Sort out the cases and delete the invalid logs that should be deleted. |
感觉可以把修改值命令的无意义binlog去掉,删除命令的binlog保留 |
I feel like we can remove the meaningless binlog of the value modification command and keep the binlog of the delete command. |
Is this a regression?
Yes
Description
pika中存在较多无意义的binlog记录,比如对一个不存在的key执行lpop,del一些不存在的key,也会写binlog然后同步给从库
Please provide a link to a minimal reproduction of the bug
No response
Screenshots or videos
No response
Please provide the version you discovered this bug in (check about page for version information)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: