Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-4, 2.5.5
-
None
-
None
Description
During the fix of HBASE-19863, an additional check for fake cells that trigger reseek was added. It comes that this check produces unnecessary reseeks because
matcher.compareKeyForNextColumn should be used only with indexed keys. Later larsh suggested doing a simple check for OLD_TIMESTAMP and it looks like a better solution.
Attachments
Issue Links
- is caused by
-
HBASE-19863 java.lang.IllegalStateException: isDelete failed when SingleColumnValueFilter is used
- Closed
- links to