Uh oh!
There was an error while loading. Please reload this page.
HBASE-22710 Wrong result in one case of scan that use raw and version… - #767
Conversation
Apache-HBase
commented
Oct 28, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 29, 2019
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Oct 29, 2019
🎊 +1 overall
This message was automatically generated. |
bsglz
commented
Oct 30, 2019
@openinx Could you help to review it? |
Apache-HBase
commented
Jan 20, 2020
💔 -1 overall
This message was automatically generated. |
gjacoby126
commented
Feb 20, 2020
@bsglz , would you mind rebasing your patch on the newest version of TestStoreScanner? |
9c3f8bf to
3630a77Compare…s and filter together
bsglz
commented
Mar 26, 2020
rebased. |
Apache-HBase
commented
Mar 31, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 31, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 31, 2020
💔 -1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…s and filter together
Apache-HBase
commented
Apr 26, 2020
🎊 +1 overall
This message was automatically generated. |
virajjasani
left a comment
There was a problem hiding this comment.
+1, pending QA. Let's wait for other reviews too.
virajjasani
commented
Apr 26, 2020
Please review @yangzhe1991@Apache9 |
Apache-HBase
commented
Apr 26, 2020
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 26, 2020
💔 -1 overall
This message was automatically generated. |
saintstack
left a comment
There was a problem hiding this comment.
Makes sense to me. Thanks for the patch @bsglz
If good by you @virajjasani , I can merge.
bsglz
commented
Apr 28, 2020
Thanks very much to all of the reviewers. |
Apache9
left a comment
There was a problem hiding this comment.
IIRC this has been discussed several times in the past, that whether we should suppor filtering when using raw scan.
The problem here is that, for a raw scan, the delete markers will also be returned, and this may cause strange behavior for some filters...
bsglz
commented
Apr 28, 2020
I have skimed the discuss in HBASE-16322, so finaly, as you mentioned, "we do have some usages which use raw scan and filter together", |
bsglz
commented
Apr 30, 2020
@saintstack Could you merge it, thanks. |
virajjasani
commented
Apr 30, 2020
Merged the PR. Thanks @bsglz |
#767) Signed-off-by: stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
#767) Signed-off-by: stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
bsglz
commented
Apr 30, 2020
Thanks very much. |
#767) Signed-off-by: stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
apache#767) Signed-off-by: stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
apache#767) Signed-off-by: stack <stack@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> (cherry picked from commit 4c42d1b) Change-Id: I829d21551b625ab6217e4b10c12dcae0a2a327b9
…s and filter together