sunhelly commented on PR #4536: URL: https://github.com/apache/hbase/pull/4536#issuecomment-1229752074
Thanks for your reply, @virajjasani . Yes, the condition in`setToNewRow()` is not complete. The problem here is that, after returned by the heartbeat cells, the matcher was unexpectedly reset, then all the deletes of the row is cleared, and the next same row cells will be wrongly matched. I think the matcher reset should only happen when scanner reaching new rows. Thanks. -- 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]
