Re: unbalanced transaction calls

2013-02-25 Thread Hemanth Yamijala
Thanks, Vinod. We'll try and find this out. On Sat, Feb 23, 2013 at 3:25 AM, Vinod Kumar Vavilapalli < vino...@hortonworks.com> wrote: > If we can enable access logs on the meta store and figure out the last > query before the one that failed, it should be easy to track it. > > I did find a coup

Re: unbalanced transaction calls

2013-02-22 Thread Vinod Kumar Vavilapalli
If we can enable access logs on the meta store and figure out the last query before the one that failed, it should be easy to track it. I did find a couple of unbalanced calls in code. Will look more carefully and file a ticket. Thanks, +Vinod Kumar Vavilapalli Hortonworks Inc. http://hortonwor

Re: unbalanced transaction calls

2013-02-22 Thread Hemanth Yamijala
Hi, This error is coming when we are running a CREATE TABLE script. Where are you suggesting we make these changes ? On Fri, Feb 22, 2013 at 1:31 PM, Navis류승우 wrote: > Could you try to make transaction related methods synchronized? > > It's > openTransaction/commitTransaction/isActiveTransacti

Re: unbalanced transaction calls

2013-02-22 Thread Navis류승우
Could you try to make transaction related methods synchronized? It's openTransaction/commitTransaction/isActiveTransaction/rollbackTransaction on ObjectStore.java 2013/2/22 Hemanth Yamijala : > Hi, > > We are running into the same problem as well. Is there any clue what could > be wrong ? > > Tha

Re: unbalanced transaction calls

2013-02-21 Thread Hemanth Yamijala
Hi, We are running into the same problem as well. Is there any clue what could be wrong ? Thanks hemanth On Wed, Feb 6, 2013 at 1:51 AM, James Warren < james.war...@stanfordalumni.org> wrote: > As part of our daily workflow, we're running a few hundred hive > queries that are coordinated throu