Skip to content

HBase 1.x and 2.x behave differently when mutations don't want their results returned #152

@prawilny

Description

@prawilny
 Behaviour of HBase when setReturnResults(false) was called on input Append and Increment requests: <ul> <li>HBase 1.4.12 <ul> <li>append(Append): null <li>increment(Increment): Result.create(new Cell[0]) <li>batch(Append): IllegalStateException <li>batch(Increment): IllegalStateException </ul> <li>HBase 2.2.3 <p>all operations on both Table and AsyncTable return a Result equal to Result.create(new Cell[0]) </ul> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions