Re: Deadlock happens when sink to mysql

2018-11-22 Thread Fabian Hueske
Hi, Which TableSource and TableSink do you use? Best, Fabian Am Mo., 19. Nov. 2018 um 15:39 Uhr schrieb miki haiat : > can you share your entire code please > > On Mon, Nov 19, 2018 at 4:03 PM 徐涛 wrote: > >> Hi Experts, >> I use the following sql, and sink to mysql, >> select >> >> alb

Re: Deadlock happens when sink to mysql

2018-11-19 Thread miki haiat
can you share your entire code please On Mon, Nov 19, 2018 at 4:03 PM 徐涛 wrote: > Hi Experts, > I use the following sql, and sink to mysql, > select > > album_id, date > count(1) > from > coupon_5_discount_date_conv > group by > album_id, date; > > > when sink to mysql, the f