Closed ayushworks closed 3 years ago
Hi @ayushworks, we had some JDK error in the 20.4.0 release and patched 20.4.1 https://finagle.github.io/blog/2020/04/26/release-notes/. Can you try to upgrade to 20.4.1 or the latest 20.10.0 to see if it can mitigate the issue? We will start to think about how to mark the problematic releases, thanks!
Hey @yufangong : is the release 20.4.0 marked as problematic yet?
Hi @ayushworks, unfortunately, maven central published content is not modifiable, however, we have marked the problematic releases on our side in the CHANGELOG and release notes. Thank you!
After upgrading from finagle-core 19.9.0 to 20.4.0 we are seeing segmentation fault JVM crashes.
Expected behavior
Segmentation fault should not happen.
Actual behavior
Our application is quite I/O intensive. We receive a lot of http calls(20TPS) and we also make a lot of http calls (on a busy day 30TPS). The application is a Scala/Java jersey war deployed on tomcat server.
We are using finagle for making a lot of http calls. These calls are both secured and unsecured. (http and https). It was working fine earlier but since we moved to finagle-core 20.4.0 we are seeing JVM crashing without any logs and there is an
hs_err_pid.log
file getting generated.The stack trace points to finagle netty jar