You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Nick Dimiduk <nd...@apache.org> on 2019/12/10 21:11:56 UTC

Re: [apache/hbase] HBASE-23304: RPCs needed for client meta information lookup (#904)

Heya,

FYI, there are some new client-server RPC endpoints being proposed this is
patch. Probably this is of general interest. It's a subtask under
HBASE-18095: Provide an option for clients to find the server hosting META
that does not involve the ZooKeeper client

Thanks,
Nick

On Thu, Dec 5, 2019 at 6:11 PM Bharath Vissapragada <
notifications@github.com> wrote:

> Next in the series of patches. This is a pretty simple one, just adds the
> needed RPCs and some sanity testing.
>
> @ndimiduk <https://github.com/ndimiduk> @apurtell
> <https://github.com/apurtell> @wchevreuil <https://github.com/wchevreuil>
> @saintstack <https://github.com/saintstack> @virajjasani
> <https://github.com/virajjasani> FYI, you might be interested in
> reviewing this.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/hbase/pull/904?email_source=notifications&email_token=AAALDLA56SSCWAY6BZITADDQXGYE3A5CNFSM4JWH72C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGCZD3I#issuecomment-562401773>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAALDLF4M5B2IMQEXD4YRN3QXGYE3ANCNFSM4JWH72CQ>
> .
>

Re: [apache/hbase] HBASE-23304: RPCs needed for client meta information lookup (#904)

Posted by Bharath Vissapragada <bh...@apache.org>.
Thanks for the wider distribution, Nick. There is lot of context for this work in jira comments on https://issues.apache.org/jira/browse/HBASE-18095.  This particular PR intends to add the necessary
service end points that the clients can use to look up information needed as a part of "connection" init. 
 
Happy to hear any feedback in this thread / PR / jira comments.

On 2019/12/10 21:11:56, Nick Dimiduk <nd...@apache.org> wrote: 
> Heya,
> 
> FYI, there are some new client-server RPC endpoints being proposed this is
> patch. Probably this is of general interest. It's a subtask under
> HBASE-18095: Provide an option for clients to find the server hosting META
> that does not involve the ZooKeeper client
> 
> Thanks,
> Nick
> 
> On Thu, Dec 5, 2019 at 6:11 PM Bharath Vissapragada <
> notifications@github.com> wrote:
> 
> > Next in the series of patches. This is a pretty simple one, just adds the
> > needed RPCs and some sanity testing.
> >
> > @ndimiduk <https://github.com/ndimiduk> @apurtell
> > <https://github.com/apurtell> @wchevreuil <https://github.com/wchevreuil>
> > @saintstack <https://github.com/saintstack> @virajjasani
> > <https://github.com/virajjasani> FYI, you might be interested in
> > reviewing this.
> >
> > —
> > You are receiving this because you were mentioned.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/apache/hbase/pull/904?email_source=notifications&email_token=AAALDLA56SSCWAY6BZITADDQXGYE3A5CNFSM4JWH72C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGCZD3I#issuecomment-562401773>,
> > or unsubscribe
> > <https://github.com/notifications/unsubscribe-auth/AAALDLF4M5B2IMQEXD4YRN3QXGYE3ANCNFSM4JWH72CQ>
> > .
> >
>