Re: CVE-2019-14887

2023-03-14 Thread Martijn Visser
Hi Razin, I believe this is a false positive; the CVE talks about "Wildfly version 7.2.0.GA, 7.2.3.GA and 7.2.5.CR2 are believed to be vulnerable" which I believe are related to https://github.com/wildfly/wildfly-core/ However, the included Wildfly is wildfly-ssl, which I believe is https://githu

CVE-2019-14887

2023-03-14 Thread Razin Bouzar via user
Hello, CVE-2019-14887 is flagged as a critical vulnerability in Wildfly 1.0.7.Final. It exists within: 1. flink-azure-fs-hadoop

LEFT and FULL interval joins in Flink SQL leads to very out of order outputs

2023-03-14 Thread Charles Tan
Hi everyone, I have been playing around with Flink SQL’s interval joins and noticed that some outputs from unmatched LEFT or FULL joins are arriving much later than I expected. Take the following query for example: SELECT * FROM orders o LEFT JOIN shipments s ON (o.orderID = s.orderID) AND o.rowti

Re: Watermarks lagging behind events that generate them

2023-03-14 Thread Shammon FY
Hi Alexis In some watermark generators such as BoundedOutOfOrderTimestamps, the timestamp of watermark will be reset to Long.MIN_VALUE if the subtask is restarted and no event from source is processed. Best, Shammon FY On Tue, Mar 14, 2023 at 4:58 PM Alexis Sarda-Espinosa < sarda.espin...@gmail.

Re: Watermarks lagging behind events that generate them

2023-03-14 Thread Alexis Sarda-Espinosa
Hi David, thanks for the answer. One follow-up question: will the watermark be reset to Long.MIN_VALUE every time I restart a job with savepoint? Am Di., 14. März 2023 um 05:08 Uhr schrieb David Anderson < dander...@apache.org>: > Watermarks always follow the corresponding event(s). I'm not sure

Re: is there any detrimental side-effect if i set the max parallelismas 32768

2023-03-14 Thread simple
退订 发自我的iPhone -- Original -- From: Tony Wei https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/execution/parallel/#setting-the-maximum-parallelism > > > > -- > Best, > Hangxiang.