[
https://issues.apache.org/jira/browse/HBASE-11092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986412#comment-13986412
]
Mikhail Antonov commented on HBASE-11092:
-----------------------------------------
I think i'm wrong w.r.t base consensus provider - it should still be under
o.a.h.h.consensus. It'd be the "entry point" to reference all those consensus
classes.
> Server interface should have method getConsensusProvider()
> ----------------------------------------------------------
>
> Key: HBASE-11092
> URL: https://issues.apache.org/jira/browse/HBASE-11092
> Project: HBase
> Issue Type: Sub-task
> Components: Consensus
> Affects Versions: 0.99.0
> Reporter: Mikhail Antonov
> Assignee: Mikhail Antonov
> Fix For: 0.99.0
>
> Attachments: HBASE-11092.diff, HBASE-11092.patch
>
>
> As discussed in comments to HBASE-10915, we need to have a proper way to
> retrieve instance of consensus provider, and Server interface seems the right
> one.
> Since Server interface lives in hbase-client maven module, the following
> approach is implemented in this patch:
> - hbase-client module has very basic (almost marker) interface
> ConsensusProvider to return instance of consensus provider from the Server
> - hbase-server module has BaseConsensusProvider which defines the consensus
> interfaces
> - Implementations shall subclass BaseConsensusProvider
> - whoever wants to get ConsensusProvider from raw Server interface on
> hbase-server side, has to typecast: (BaseConsensusProvider)
--
This message was sent by Atlassian JIRA
(v6.2#6252)