Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-08-29 Thread agateaaa
sh > > > On Thu, Aug 29, 2013 at 11:22 AM, agateaaa wrote: > >> Sorry hit send too soon ... >> >> Hi All: >> >> Put some debugging code in TUGIContainingTransport.getTransport() and I >> tracked it down to >> >> @Override >> public TUG

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-08-29 Thread agateaaa
sh > > > On Thu, Aug 29, 2013 at 11:22 AM, agateaaa wrote: > >> Sorry hit send too soon ... >> >> Hi All: >> >> Put some debugging code in TUGIContainingTransport.getTransport() and I >> tracked it down to >> >> @Override >> public TUG

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-08-29 Thread agateaaa
(); } I did try 1.) above in our test environment and it does seem to resolve the problem, though i am not sure if I am introducing any other problem Can someone help ? Thanks Agatea On Thu, Aug 29, 2013 at 10:57 AM, agateaaa wrote: > Hi All: > > Put some debugging code

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-08-29 Thread agateaaa
. transMap.putIfAbsent(trans, new TUGIContainingTransport(trans)); //return transMap.get(trans); <-change TUGIContainingTransport retTrans = transMap.get(trans); if ( retTrans == null ) { } On Wed, Jul 31, 2013 at 9:48 AM, agateaaa wrote: > Thanks Nitin > > There ar

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-31 Thread agateaaa
same table using two client connections cause problems like these, where hive metastore server closes or drops a wrong client connection and leaves the other hanging? Agateaaa On Tue, Jul 30, 2013 at 12:49 AM, Nitin Pawar wrote: > The mentioned flow is called when you have unsecure mode

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-29 Thread agateaaa
/connection reset errors. Does anybody have any pointers or suggestions ? Thanks On Mon, Jul 29, 2013 at 11:29 AM, agateaaa wrote: > Thanks Nitin! > > We have simiar setup (identical hcatalog and hive server versions) on a > another production environment and dont see any errors (its bee

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-29 Thread agateaaa
/connection reset errors. Does anybody have any pointers or suggestions ? Thanks On Mon, Jul 29, 2013 at 11:29 AM, agateaaa wrote: > Thanks Nitin! > > We have simiar setup (identical hcatalog and hive server versions) on a > another production environment and dont see any errors (its

Re: Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-29 Thread agateaaa
ngs we can tweak or networking tools/tips, we can use to narrow this down ? Thanks Agateaaa On Mon, Jul 29, 2013 at 11:02 AM, Nitin Pawar wrote: > Is there any chance you can do a update on test environment with hcat-0.5 > and hive-0(11 or 10) and see if you can reproduce the issue? > &g

Hive Metastore Server 0.9 Connection Reset and Connection Timeout errors

2013-07-29 Thread agateaaa
pointers. We did add a retry logic in our client, which seems to help, but I am just wondering how can we narrow down to the root cause of this problem. Could this be a hiccup in networking which causes the hive server to get into a unresponsive state ? Thanks Agateaaa Example Connection reset