You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/01/04 06:54:00 UTC

[jira] [Updated] (PHOENIX-5657) Implement preWALAppend in DelegateRegionObserver

     [ https://issues.apache.org/jira/browse/PHOENIX-5657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viraj Jasani updated PHOENIX-5657:
----------------------------------
    Affects Version/s:     (was: 4.15.0)

> Implement preWALAppend in DelegateRegionObserver
> ------------------------------------------------
>
>                 Key: PHOENIX-5657
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5657
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Viraj Jasani
>            Assignee: Viraj Jasani
>            Priority: Major
>         Attachments: PHOENIX-5657.4.x-HBase-1.5.000.patch
>
>
> With new RegionObserver method preWALAppend, we need to implement it in DelegateRegionObserver as compilation is failing with this error:
> {code:java}
> org.apache.phoenix.coprocessor.DelegateRegionObserver is not abstract and does not override abstract method preWALAppend(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment>,org.apache.hadoop.hbase.wal.WALKey,org.apache.hadoop.hbase.regionserver.wal.WALEdit) in org.apache.hadoop.hbase.coprocessor.RegionObserver
> {code}



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