Re: Phoenix Client Backwards Compatibility

2020-10-12 Thread Sukumar Maddineni
It seems its perfect scenario for Phoenix Query service wh ere you don't have a thick client which is dependent on the HBase version of the server side. -- Sukumar On Mon, Oct 12, 2020 at 8:03 PM Ken wrote: > I'd like to build an application that talks

Re: Too many connections from / - max is 60

2020-06-09 Thread Sukumar Maddineni
Hi Anil, I think if you create that missing HBase table (index table) with dummy metadata(using have shell) and then Phoenix drop index and recreate index should work. Phoenix 4.7 indexing code might have issues related cross rpc calls between RS which can cause zk connection leaks. I would

Re: [ANNOUNCE] New VP Apache Phoenix

2020-04-17 Thread Sukumar Maddineni
Thanks, Josh for your guidance and Congrats Ankit... -- Sukumar On Fri, Apr 17, 2020 at 12:07 AM Mingliang Liu wrote: > Congratulations Ankit, and Thanks Josh! > > On Thu, Apr 16, 2020 at 10:52 PM Reid Chan wrote: > >> Congratulation Ankit! >> >> -- >> >> Best regards,

Re: Reverse engineer a phoneix table definition

2020-04-14 Thread Sukumar Maddineni
How about a simple idea of redirecting all DDL statements to SYSTEM.LOG by default which will be useful for logging+auditing purposes and also for recreating table if needed. -- Sukumar On Tue, Apr 14, 2020 at 8:49 AM Geoffrey Jacoby wrote: > This is a frequent feature request we unfortunately