Re: [VOTE] Release 1.11.0, release candidate #4

2020-07-04 Thread Zhijiang
Hi Thomas, Regarding [2], it has more detail infos in the Jira description (https://issues.apache.org/jira/browse/FLINK-16404). I can also give some basic explanations here to dismiss the concern. 1. In the past, the following buffers after the barrier will be cached on downstream side before

Re: [VOTE] Release 1.11.0, release candidate #4

2020-07-04 Thread Jark Wu
+1 - started cluster and ran some examples, verified web ui and log output, nothing unexpected, except ChangelogSocketExample which has been reported [2] by Dawid. - started cluster to run e2e SQL queries with millions of records with Kafka, MySQL, Elasticsearch as sources/lookup/sinks. Works well

Re: [VOTE] Release 1.11.0, release candidate #4

2020-07-04 Thread Thomas Weise
Hi Zhijiang, Could you please point me to more details regarding: "[2]: Delay send the following buffers after checkpoint barrier on upstream side until barrier alignment on downstream side." In this case, the downstream task has a high average checkpoint duration (~30s, sync part). If there was

Re: [VOTE] Release 1.11.0, release candidate #4

2020-07-04 Thread Congxian Qiu
+1 (non-binding) % some NOTICE files missing I found some projects do not contain NOTICE file (I'm not sure these projects do not need NOTICE file or the NOTICE file is missing. I report the findings here.). The pom.xml change is based on the compare between release-1.10.0..release-1.11-RC4[1], t

[jira] [Created] (FLINK-18486) Add documentation for the '%' modulus function

2020-07-04 Thread Jark Wu (Jira)
Jark Wu created FLINK-18486: --- Summary: Add documentation for the '%' modulus function Key: FLINK-18486 URL: https://issues.apache.org/jira/browse/FLINK-18486 Project: Flink Issue Type: Task

Re: [VOTE] Release 1.11.0, release candidate #4

2020-07-04 Thread Steven Wu
+1 (non-binding) - rolled out to thousands of router jobs in our test env - tested with a large-state job. Did simple resilience and checkpoint/savepoint tests. General performance metrics look on par. - tested with a high-parallelism stateless transformation job. General performance metrics look

Re: [VOTE] Release 1.11.0, release candidate #4

2020-07-04 Thread Zhijiang
Hi Thomas, Thanks for the further update information. I guess we can dismiss the network stack changes, since in your case the downstream and upstream would probably be deployed in the same slot bypassing the network data shuffle. Also I guess release-1.11 will not bring general performance r