RiversJin commented on PR #2828: URL: https://github.com/apache/kvrocks/pull/2828#issuecomment-2744936183
I just thought of another thing. Currently, kvrocks in cluster mode distributes data across shards based on slots. In the implementation, keys are prefixed with their hash value when stored, but it seems your delprefix implementation might not be accounting for this prefix handling. Have you considered how the hash prefix affects the key matching in the delprefix operation? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
