Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0, 2.1.1
-
HBase 2.1.1
Hadoop 2.8.4
Java 8
-
Reviewed
-
get, scan, NEW_VERSION_BEHAVIOR
Description
Setting NEW_VERSION_BEHAVIOR => 'true' on a column family causes only one column to be returned when columns are specified in Scan or Get query. The result is always one first column by sorted order. I've attached a code snipped to reproduce the issue that can be converted into a test.
I've also validated with hbase shell and gohbase client, so it's gotta be server side issue.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-15968 New behavior of versions considering mvcc and ts rather than ts only
- Resolved