[
https://issues.apache.org/jira/browse/HBASE-8355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13659220#comment-13659220
]
Hudson commented on HBASE-8355:
-------------------------------
Integrated in HBase-0.94 #984 (See
[https://builds.apache.org/job/HBase-0.94/984/])
HBASE-8355: BaseRegionObserver#pre(Compact|Flush|Store)ScannerOpen returns
null (Andrew Purtell, Jesse Yates) (Revision 1483103)
Result = SUCCESS
jyates :
Files :
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/coprocessor/BaseRegionObserver.java
*
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/coprocessor/TestRegionObserverScannerOpenHook.java
> BaseRegionObserver#pre(Compact|Flush|Store)ScannerOpen returns null
> -------------------------------------------------------------------
>
> Key: HBASE-8355
> URL: https://issues.apache.org/jira/browse/HBASE-8355
> Project: HBase
> Issue Type: Bug
> Components: Coprocessors
> Affects Versions: 0.98.0, 0.94.8, 0.95.1
> Reporter: Andrew Purtell
> Assignee: Jesse Yates
> Fix For: 0.98.0, 0.94.8, 0.95.1
>
> Attachments: 8355-0.94.patch, 8355.patch, hbase-8355-0.94-v0.patch,
> hbase-8355-trunk-v0.patch, hbase-8355-trunk-v1.patch
>
>
> As pointed out in https://github.com/forcedotcom/phoenix/pull/131,
> BaseRegionObserver#preCompactScannerOpen returns null by default, which hoses
> any coprocessors down the line, making override of this method mandatory. The
> fix is trivial, patch coming momentarily.
> Update:
> This same behavior is present in the Flush and Store versions of the same
> method - this should all be moved to the proposed 'return passed scanner'
> default behavior.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira