lettuce-nioEventLoop thread is comsuming lot of CPU after migrating to spring boot 3.1.2 #2883
Closed
sumit-kumar-iitm
started this conversation in
General
Replies: 1 comment 3 replies
-
So I wonder if it's the changes in Java 17 and 21 that will expose more CPUs to a containerized app? Are you running one? Java 8 also had a back and forth I believe, but you. might be running an older one that works more like the original behavior |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We were running an application with spring boot 2.4.3 with Java8, recently we migrated to Spring boot 3.1.2 and Java17.
After migration we started seeing lettuce-nioEventLoop-#-# in our new relic which is taking up a lot of system CPU time. Prior to migration it was not even there on the new-relic dashboard.
Any suggestions what could have gone wrong. It is just the dependency change
Beta Was this translation helpful? Give feedback.
All reactions