Re: Meta data didn't rollback after accessing mysql fail

2012-04-19 Thread Zhang Kai
Hi Carl To reproduce it, I added one line throw new MetaException("test"); at line 628 in ObjectStore.java and comment the following line //commited = commitTransaction(); I also added some codes for tracing the behaviors of open/commit/rollback transaction and executeWithRetry. Here are

Re: Meta data didn't rollback after accessing mysql fail

2012-04-19 Thread Carl Steinbach
Hi Kai, I agree that this sounds like a bug. Can you describe the steps required to reproduce this behavior on 0.7.1? Thanks. Carl On Wed, Apr 18, 2012 at 11:03 PM, Zhang Kai wrote: > Hi all, > > I got a problem when using Hive 0.7.1. > After I created a table with JDO failure, I can still