Re: Curl kerberized QueryServer using protobuf type

2019-07-09 Thread Reid Chan
Thanks Josh! Finally, I switched to JSON serialization as a simple workaround. -- Best regards, R.C From: Josh Elser Sent: 02 July 2019 22:55 To: user@phoenix.apache.org Subject: Re: Curl kerberized QueryServer using

Questions about ZK Load Balancer

2019-07-09 Thread Reid Chan
Hi community, Recently, i'm trying to apply the ZK-based Load Balancer on production env. But it looks like a half-done feature, i couldn't find how a query server client get a registered QS from LB in client side codebase. There's one method: LoadBalancer#getSingleServiceLocation, supposed to

Re: Questions about ZK Load Balancer

2019-07-09 Thread Josh Elser
Yeah, that's correct. I think I requested some documentation to be added by the original author to clarify that it's not end-to-end usable, but I don't think it ever happened. The "load balancer" isn't anything more than service advertisement, IIRC. IMO, the write-up I made here[1] is going