As of 4.2.1 release, we added 256-way salting to the system.sequence table. This might be the culprit. If you aren't yet using sequences, you can drop the system.sequence table (you'd need to do this from the HBase shell), set the client-side phoenix.sequence.saltBuckets to a smaller number (or even 0 to have it not be salted at all), and then connect a client to the cluster to see if this makes a difference.
HTH, James On Mon, Jun 1, 2015 at 4:28 PM, Arun Kumaran Sabtharishi <arun1...@gmail.com> wrote: > It is from both code and sqlline. > > On Jun 1, 2015 5:52 PM, "Nick Dimiduk" <ndimi...@gmail.com> wrote: >> >> Is this from code, or sqlline? >> >> On Fri, May 29, 2015 at 2:42 PM, Arun Kumaran Sabtharishi >> <arun1...@gmail.com> wrote: >>> >>> Upgraded Apache-phoenix-4.1.0 to 4.3.1. When connecting phoenix client >>> for the first time, it is taking much longer time to connect than usual. >>> >>> Is there any workaround for connecting without taking longer time? >>> >>> Note: There are more number of phoenix views and phoenix tables(4K) in >>> the system. >>> >>> Thanks, >>> Arun >> >> >