Scalability Questions Concerning Apache Flink Operator 1.17

2023-10-24 Thread Vince Castello via user
I have been working with the 1.17 version of the Apache Flink operator and have below questions. As part of upgrading the application, is the application suspended, i.e. it is checkpointed, prior to doing an upgrade? Is there a concept of a hot update where I can update the application while it is

Re: Unsubscribe from user list.

2023-10-24 Thread Hang Ruan
Hi, Please send email to user-unsubscr...@flink.apache.org if you want to unsubscribe the mail from user@flink.apache.org, and you can refer [1][2] for more details. Best, Hang [1] https://flink.apache.org/zh/community/#%e9%82%ae%e4%bb%b6%e5%88%97%e8%a1%a8 [2] https://flink.apache.org/community.h

Re:Re: Re: Flink SQL: non-deterministic join behavior, is it expected?

2023-10-24 Thread Xuyang
Hi, the plan seems correct. You can debug in StreamingJoinOperator#processLeft and #processRight by writing an IT case to see what happened. Do these records arrive the join operator out of order? If they are, maybe you can check the order while these data are sent in source. -- Best

FLINK-24035, how can this issue be repeated?

2023-10-24 Thread rui chen
We encountered similar problems in production, and we want to integrate FLINK-24035 to solve them, but we don't know how to repeat the problem.