Re: Re: Query failed after "update" statement interruptted

2017-10-16 Thread yixu2001
EATE_STAFF,SHARDING_ID,ORDER_ATTR_ID)=($msg) where id in ($temp1)").show cc.sql(s"select * from qqdata2.$table a,qqdata2.h_indextest1 b where a.id=b.id").show } step 4: interrupt the update program in the process of updating. step 5:query data cc.sql("select * fro

Re: Query failed after "update" statement interruptted

2017-10-16 Thread Liang Chen
Hi Can you provide the full script? what is your update script? how to reproduce ? Regards Liang yixu2001 wrote > dev > > On the process of "update" statement execution, interruption happened. > After that, the "select" statement failed. > Sometimes the "select" statement will recover to

Query failed after "update" statement interruptted

2017-10-14 Thread yixu2001
dev On the process of "update" statement execution, interruption happened. After that, the "select" statement failed. Sometimes the "select" statement will recover to succeed, but sometimes it can not recover. The error infomation as following: "scala> cc.sql("select * from