Re: Blocking KeyedCoProcessFunction.processElement1

2020-01-29 Thread Till Rohrmann
- >> *From:* Yun Tang >> *Sent:* Sunday, January 26, 2020 8:42:37 AM >> *To:* Alexey Trenikhun ; user@flink.apache.org < >> user@flink.apache.org> >> *Subject:* Re: Blocking KeyedCoProcessFunction.processElement1 >> >> Hi Alexey >> &

Re: Blocking KeyedCoProcessFunction.processElement1

2020-01-28 Thread Taher Koitawala
hen the record processing logic did not > release the lock. > > Best > Yun Tang > -- > *From:* Alexey Trenikhun > *Sent:* Thursday, January 23, 2020 13:04 > *To:* user@flink.apache.org > *Subject:* Blocking KeyedCoProcessFunction.processElement1 > > > Hel

Re: Blocking KeyedCoProcessFunction.processElement1

2020-01-28 Thread Arvid Heise
possibility of blocking > processing records. > > Best > Yun Tang > -- > *From:* Alexey Trenikhun > *Sent:* Tuesday, January 28, 2020 15:15 > *To:* Yun Tang ; user@flink.apache.org < > user@flink.apache.org> > *Subject:* Re: Blo

Re: Blocking KeyedCoProcessFunction.processElement1

2020-01-27 Thread Yun Tang
Tang ; user@flink.apache.org Subject: Re: Blocking KeyedCoProcessFunction.processElement1 Thank you Yun Tang. My implementation potentially could block for significant amount of time, because I wanted to do RDBMS maintenance (create partitions for new data, purge old data etc) in-line with writing

Re: Blocking KeyedCoProcessFunction.processElement1

2020-01-27 Thread Alexey Trenikhun
: Sunday, January 26, 2020 8:42:37 AM To: Alexey Trenikhun ; user@flink.apache.org Subject: Re: Blocking KeyedCoProcessFunction.processElement1 Hi Alexey Actually, I don't understand why you thing KeyedCoProcessFunction#processElement1 would block for significant amount of time, it just pr

Re: Blocking KeyedCoProcessFunction.processElement1

2020-01-26 Thread Yun Tang
khun Sent: Thursday, January 23, 2020 13:04 To: user@flink.apache.org Subject: Blocking KeyedCoProcessFunction.processElement1 Hello, If KeyedCoProcessFunction.processElement1 blocks for significant amount of time, will it prevent checkpoint ? Thanks, Alexey

Blocking KeyedCoProcessFunction.processElement1

2020-01-22 Thread Alexey Trenikhun
Hello, If KeyedCoProcessFunction.processElement1 blocks for significant amount of time, will it prevent checkpoint ? Thanks, Alexey