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

scan_reader模式下,无法同步被删除的key #818

Open
xcjing opened this issue Jun 5, 2024 · 1 comment
Open

scan_reader模式下,无法同步被删除的key #818

xcjing opened this issue Jun 5, 2024 · 1 comment
Labels
type: bug Something isn't working type: question Further information is requested

Comments

@xcjing
Copy link

xcjing commented Jun 5, 2024

问题描述(Issue Description)

在scan_reader模式下,并且设置了 ksn = true ,源端也设置了AKEx, 确认有事件发出。
pmessage","__key:","keyspace@0:xcj1","set"
"pmessage","__key
:*","keyevent@0:set","xcj1"
*
"pmessage","key*:","keyspace@0:unknown_place_geo:tp9u82gr","expired"
"pmessage","__key
:","keyevent@0:expired","unknown_place_geo:tp9u82gr"
"pmessage","__key
:","keyspace@0:unknown_place_geo:wvuts90q","expired"
"pmessage","__key
:*","keyevent@0:expired","unknown_place_geo:wvuts90q"
*"pmessage","__key
:","keyspace@0:xcj1","del"
"pmessage","__key
__:*","keyevent@0:del","xcj1"**

set增加的key可以同步到目标端,但del删除的key没有被同步到目标端。
也就是scan_reader模式下, 无法同步被删除的key

请在这里简要描述你遇到的问题。

Please provide a brief description of the issue you encountered.

环境信息(Environment)

  • RedisShake 版本(RedisShake Version):4.10
  • Redis 源端版本(Redis Source Version):7.07
  • Redis 目的端版本(Redis Destination Version):7.014
  • Redis 部署方式(standalone/cluster/sentinel):cluster
  • 是否在云服务商实例上部署(Deployed on Cloud Provider):yes

日志信息(Logs)

如果有错误日志或其他相关日志,请在这里提供。

If there are any error logs or other relevant logs, please provide them here.

其他信息(Additional Information)

请提供任何其他相关的信息,如配置文件、错误信息或截图等。

Please provide any additional information, such as configuration files, error messages, or screenshots.

@xcjing xcjing added the type: question Further information is requested label Jun 5, 2024
@suxb201
Copy link
Member

suxb201 commented Jun 6, 2024

是的,已知 BUG,del 没有被处理。

@suxb201 suxb201 added the type: bug Something isn't working label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working type: question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants