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:37:00 UTC

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

Viraj Jasani created PHOENIX-5657:
-------------------------------------

             Summary: Implement preWALAppend in DelegateRegionObserver
                 Key: PHOENIX-5657
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5657
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.15.0
            Reporter: Viraj Jasani
            Assignee: Viraj Jasani


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)