Re: Slow Tests in Flink 1.15

2022-09-09 Thread David Jost
utput topic, and this doesn't happen during 5 minutes >>> (test timeout). Tried under debugger, set breakpoint in Kafka record >>> deserializer it is hit but very slow, roughly 3 records per 5 minute (the >>> topic was pre-populated) >>> >>> No

Re: Slow Tests in Flink 1.15

2022-09-09 Thread Maciek Próchniak
rg Subject: Re: Slow Tests in Flink 1.15 The test that gotten slow; how many test cases does it actually contain / how many jobs does it actually run? Are these tests using the table/sql API? On 07/09/2022 14:15, Alexey Trenikhun wrote: We are also observing extreme slow down (5+ minutes vs 15 sec

Re: Slow Tests in Flink 1.15

2022-09-09 Thread David Jost
t ; > Matthias Pohl > Cc: user@flink.apache.org > Subject: Re: Slow Tests in Flink 1.15 > > The test that gotten slow; how many test cases does it actually contain / how > many jobs does it actually run? > Are these tests using the table/sql API? > > On 07/09/2022

Re: Slow Tests in Flink 1.15

2022-09-07 Thread Alexey Trenikhun
user@flink.apache.org Subject: Re: Slow Tests in Flink 1.15 The test that gotten slow; how many test cases does it actually contain / how many jobs does it actually run? Are these tests using the table/sql API? On 07/09/2022 14:15, Alexey Trenikhun wrote: We are also observing extreme slow down (5+ mi

Re: Slow Tests in Flink 1.15

2022-09-07 Thread Chesnay Schepler
simpler and only produce Kafka messages. Thanks, Alexey *From:* Matthias Pohl via user *Sent:* Tuesday, September 6, 2022 6:36 AM *To:* David Jost *Cc:* user@flink.apache.org *Subject:* Re: Slow Tests in Flink 1.15 Hi

Re: Slow Tests in Flink 1.15

2022-09-07 Thread Alexey Trenikhun
@flink.apache.org Subject: Re: Slow Tests in Flink 1.15 Hi David, I guess, you're referring to [1]. But as Chesnay already pointed out in the previous thread: It would be helpful to get more insights into what exactly your tests are executing (logs, code, ...). That would help identifying the cause.

Re: Slow Tests in Flink 1.15

2022-09-06 Thread Matthias Pohl via user
Hi David, I guess, you're referring to [1]. But as Chesnay already pointed out in the previous thread: It would be helpful to get more insights into what exactly your tests are executing (logs, code, ...). That would help identifying the cause. > Can you give us a more complete stacktrace so we can

Slow Tests in Flink 1.15

2022-09-05 Thread David Jost
Hi, we were going to upgrade our application from Flink 1.14.4 to Flink 1.15.2, when we noticed, that all our job tests, using a MiniClusterWithClientResource, are multiple times slower in 1.15 than before in 1.14. I, unfortunately, have not found mentions in that regard in the changelog or doc