Re: is it possible to upgrade zookeeper without having job managers restart

2020-10-21 Thread Kenzyme
Hello Barisa, Seems like you asked the same question as me just ~ a week ago! http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ZooKeeper-connection-SUSPENDING-td38779.html We will have to wait until the feature mentioned in the JIRA ticket is implemented. Best, Kenzyme Le

Re: ZooKeeper connection SUSPENDING

2020-10-20 Thread Kenzyme
Hi Till, Thank you for the explanation. Looking forward for this feature to be added in the near future. Best, Kenzyme Original Message On Oct. 20, 2020, 8:46 a.m., Till Rohrmann wrote: > Hi Kenzyme, > > at the moment Flink will stop the execution of jobs when it

Re: ZooKeeper connection SUSPENDING

2020-10-19 Thread Kenzyme
quorum is maintained during rolling updates. Best, Kenzyme Le ‐‐‐ Original Message ‐‐‐ On Monday, October 19th, 2020 at 4:38 PM, Khachatryan Roman wrote: > Hi, > > AFAIK, the features discussed in the threads you mentioned are not yet > implemented. So there is no way

ZooKeeper connection SUSPENDING

2020-10-16 Thread Kenzyme
doing some ZK maintenance. Thanks! Kenzyme Le

Re: Missing annotation in SimpleJdbcConnectionProvider.java ?

2020-10-12 Thread Kenzyme
After careful examination, seems like it should be marked as @Internal since this class is located in package org.apache.flink.connector.jdbc.internal.connection. Here is my PR related to this https://github.com/apache/flink/pull/13603 . Thanks a lot! Kenzyme Le ‐‐‐ Original Message

Missing annotation in SimpleJdbcConnectionProvider.java ?

2020-10-12 Thread Kenzyme
or @PublicEvolving? Since there's annotation provided, I'm unsure if I should be using this class in my user code. If one of them is missing, I would like to create a PR for this if that's fine as well. Thank you for the clarification! Kenzyme Le