Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-6323 isRawFilterSupported() returns true for HBase 2.1 comapt… - #1095
PHOENIX-6323 isRawFilterSupported() returns true for HBase 2.1 comapt…#1095stoty wants to merge 1 commit into
Conversation
stoty
commented
Jan 18, 2021
💔 -1 overall
This message was automatically generated. |
gjacoby126
commented
Jan 20, 2021
@stoty - it would be very good if we could support the raw filter scans in the HBase 2.2 branch. They're required to fix a serious bug where building an index on a view can't apply the view's WHERE clause filter condition properly to the index, and so you wind up indexing the entire table in each view index, wasting lots of storage by creating tons of corrupt index rows (that are never read). @abhishek-chouhan discovered and fixed it in PHOENIX-5932. Does requiring 2.2.5 on the 2.2 branch create difficulties? |
Thanks for the explanation, @gjacoby126. For reference, these are our options:
I'm going to update the PR to bump the version requirement, but LMK if you prefer one of the other versions. |
stoty
commented
Jan 20, 2021
New version requires HBase 2.2.5 |
stoty
commented
Jan 20, 2021
💔 -1 overall
This message was automatically generated. |
… module