Re: [DISCUSS] Cleaning up HighAvailabilityServices interface to reflect the per-JM-process LeaderElection

2022-12-10 Thread Zheng Yu Chen
thanks to Matthias, I read the previous email here, and I will express my own views on some issues @Matthias My opinion is that the scheme of high-availability splitting of each component should be retained. As mentioned in David, when we need to split each component, we need to use each LeaderEl

Re: [DISCUSS] Cleaning up HighAvailabilityServices interface to reflect the per-JM-process LeaderElection

2022-12-10 Thread Dong Lin
Hi David, Thanks for the explanation. Yes, I understand we are figuring out whether it is OK to remove the existing interfaces. I definitely agree that we should preserve the capability to eventually split components out to separate processes. I guess my question is, suppose we remove the interfa

[jira] [Created] (FLINK-30359) Encountered NoClassDefFoundError when using flink-sql-connector-elasticsearch6

2022-12-10 Thread Weijie Guo (Jira)
Weijie Guo created FLINK-30359: -- Summary: Encountered NoClassDefFoundError when using flink-sql-connector-elasticsearch6 Key: FLINK-30359 URL: https://issues.apache.org/jira/browse/FLINK-30359 Project:

[jira] [Created] (FLINK-30358) Show the task manager id on the exception history page

2022-12-10 Thread JUNRUILi (Jira)
JUNRUILi created FLINK-30358: Summary: Show the task manager id on the exception history page Key: FLINK-30358 URL: https://issues.apache.org/jira/browse/FLINK-30358 Project: Flink Issue Type: Im

Re: [VOTE] Apache Flink Kubernetes Operator Release 1.3.0, release candidate #1

2022-12-10 Thread Péter Váry
+1 (non-binding) 1. Checked the artifacts (binaries, headers, versions) 2. Checked the signatures 3. Compiled code 4. Created docker images 5. Run some manual tests 6. Run the examples Other than one small issue (which is a local one) everything works like charm. Thanks Matyas for taking care of

Re: [DISCUSS] Cleaning up HighAvailabilityServices interface to reflect the per-JM-process LeaderElection

2022-12-10 Thread David Morávek
Hi Dong, > Adding regarding the effort to add back the per-component election capability: given that the implementation already follows per-process election, and given that there will likely be a lot of extra design/implementation/test effort needed to achieve the use-cases described above, maybe