Java query HBase outoforderscannernextexception

Java query hbase timeout, and sometimes an error OutOfOrderScannerNextException

there is only one message like this, no other error message

Caused by: org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException: org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException: Expected nextCallSeq: 1 But the nextCallSeq got from client: 0; request=scanner_id: 178 number_of_rows: 100 close_scanner: false next_call_seq: 0

then I trim the rowkey, make it the same length, and there it is…

Read More: