mateczagany commented on code in PR #27407:
URL: https://github.com/apache/flink/pull/27407#discussion_r2691533707


##########
pom.xml:
##########
@@ -914,7 +914,7 @@ under the License.
                        <dependency>
                                <groupId>io.netty</groupId>
                                <artifactId>netty-bom</artifactId>
-                               <version>4.1.100.Final</version>
+                               <version>4.2.6.Final</version>

Review Comment:
   @snuyanzin thank you for your reviews, I will create other PRs after this 
gets merged:
   - Upgrade Netty
   - Upgrade Pekko
   
   I also experienced a few test failures after upgrading flink-shaded-netty, 
but I couldn't find out exactly what causes these. What I know is that they are 
all intermittent failures, caused by various race conditions. My suspicion is 
that some Netty internals have changed, as all these newly failing tests relied 
on subtle behavior and timing between components.
   
   I don't think we'll have a successful CI like this, but I'll create PRs to 
fix each flaky tests.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to