You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported NPE on newrelic java agent 7.9 and 7.11 in the lettuce instrumentation
java.lang.NullPointerException
at com.nr.lettuce5.instrumentation.NRHolder.end(NRHolder.java:59)
at com.nr.lettuce5.instrumentation.NRSignalTypeConsumer.accept(NRSignalTypeConsumer.java:24)
at com.nr.lettuce5.instrumentation.NRSignalTypeConsumer.accept(NRSignalTypeConsumer.java:13)
}}{{at reactor.core.publisher.FluxDoFinally$DoFinallySubscriber.runFinally(FluxDoFinally.java:156)
}}{{at reactor.core.publisher.FluxDoFinally$DoFinallySubscriber.onError(FluxDoFinally.java:132)
[~relic-ag] The fix will go into a latest release. It will not be back ported to previous releases. To benefit from the fix, customers would need to upgrade to the agent version that the fix goes into.
Description
Reported NPE on newrelic java agent 7.9 and 7.11 in the lettuce instrumentation
It looks like params is null.
Not sure this causing any issues besides the noise.
Expected Behavior
NPE should not be encountered.
It's not clear whether the DB params object that is null is indicative of another issue or not - might need further investigation.
Your Environment
Upgraded from agent version 7.5 to either 7.9 or 7.11
Using java-11-openjdk-devel-11.0.17.0.8 and io.lettuce:lettuce-core:5.2.1.RELEASE
Additional context
Support escalation (GTSE) opened.
The text was updated successfully, but these errors were encountered: