You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "wenbang (Jira)" <ji...@apache.org> on 2020/08/27 07:28:00 UTC

[jira] [Created] (HBASE-24959) The postAppend method in SimpleRegionObserver should return result instead of null

wenbang created HBASE-24959:
-------------------------------

             Summary: The postAppend method in SimpleRegionObserver should return result instead of null
                 Key: HBASE-24959
                 URL: https://issues.apache.org/jira/browse/HBASE-24959
             Project: HBase
          Issue Type: Test
            Reporter: wenbang


I found this error when testing batch append with SimpleRegionObserver:

java.lang.RuntimeException: java.lang.IllegalStateException: actions.getActionCount=2, actionResult.getResultOrExceptionCount=0 for region type: REGION_NAME

 

The postAppend method in SimpleRegionObserver should return result instead of null.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)