[
https://issues.apache.org/jira/browse/PHOENIX-6988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rushabh Shah updated PHOENIX-6988:
----------------------------------
Description:
-Rename ReplicationSinkEndpoint to PhoenixRegionServerCoprocessor so that we
can add all the phoenix regionserver co-proc methods in just 1 class.-
Earlier I thought to rename ReplicationSinkCompatEndpoint to
PhoenixRegionServerCoprocessor but then looking at the code, there are some
complexities. ReplicationSinkEndpoint extends ReplicationSinkCompatEndpoint
which is defined in hbase-compat module and it is implemented in different
hbase-compat modules. The new co-proc is phoenix native co-proc and don't need
any compatibility guarantees. So I created a new regionserver coproc in
phoenix-core module.
was:Rename ReplicationSinkCompatEndpoint to PhoenixRegionServerCoprocessor so
that we can add all the phoenix regionserver co-proc methods in just 1 class.
> Create new regionserver coprocessor named PhoenixRegionServerCoprocessor in
> Phoenix
> -----------------------------------------------------------------------------------
>
> Key: PHOENIX-6988
> URL: https://issues.apache.org/jira/browse/PHOENIX-6988
> Project: Phoenix
> Issue Type: Sub-task
> Components: core
> Reporter: Rushabh Shah
> Assignee: Rushabh Shah
> Priority: Major
>
> -Rename ReplicationSinkEndpoint to PhoenixRegionServerCoprocessor so that we
> can add all the phoenix regionserver co-proc methods in just 1 class.-
> Earlier I thought to rename ReplicationSinkCompatEndpoint to
> PhoenixRegionServerCoprocessor but then looking at the code, there are some
> complexities. ReplicationSinkEndpoint extends ReplicationSinkCompatEndpoint
> which is defined in hbase-compat module and it is implemented in different
> hbase-compat modules. The new co-proc is phoenix native co-proc and don't
> need any compatibility guarantees. So I created a new regionserver coproc in
> phoenix-core module.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)