[
https://issues.apache.org/jira/browse/HBASE-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160759#comment-13160759
]
Hudson commented on HBASE-4903:
-------------------------------
Integrated in HBase-TRUNK #2505 (See
[https://builds.apache.org/job/HBase-TRUNK/2505/])
HBASE-4903 Return a result from RegionObserver.preIncrement (Daniel Gómez
Ferro)
larsh :
Files :
* /hbase/trunk/CHANGES.txt
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/coprocessor/RegionObserver.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
*
/hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
*
/hbase/trunk/src/test/java/org/apache/hadoop/hbase/coprocessor/SimpleRegionObserver.java
> Return a result from RegionObserver.preIncrement()
> --------------------------------------------------
>
> Key: HBASE-4903
> URL: https://issues.apache.org/jira/browse/HBASE-4903
> Project: HBase
> Issue Type: Improvement
> Reporter: Daniel Gómez Ferro
> Fix For: 0.94.0, 0.92.1
>
> Attachments: HBASE-4903-0.92.patch, HBASE-4903.patch, HBASE-4903.patch
>
>
> The only way to return a result from RegionObserver.preIncrement() is to use
> Result.readFields() after serializing the correct result.
> This can be fixed either returning a Result object from that function or
> adding setters to Result. Another option is to modify the parameters and
> receive a List<KeyValue> as preGet() does.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira