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
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
/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
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
.
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
();
}
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
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
statements) for the past 4 days and haven't
seen any error on the client or the server.
On Thu, Aug 29, 2013 at 2:39 PM, agateaaa wrote:
> Thanks Ashutosh.
>
> Filed https://issues.apache.org/jira/browse/HIVE-5172
>
>
>
> On Thu, Aug 29, 2013 at 11:53 AM, Ashutosh Chauhan
&