[
https://issues.apache.org/jira/browse/CASSANDRA-18780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774108#comment-17774108
]
Maxim Muzafarov commented on CASSANDRA-18780:
---------------------------------------------
[~benedict] Hey, I know it's a crazy time with all the release stuff going on,
but if you have some time to look at this patch, this is a friendly reminder
:-) I hope you have some time to check it out, this will help us to progress
with the CRC replacement patch.
> ConnectionBurnTest fails with NullPointerException
> --------------------------------------------------
>
> Key: CASSANDRA-18780
> URL: https://issues.apache.org/jira/browse/CASSANDRA-18780
> Project: Cassandra
> Issue Type: Bug
> Components: Test/burn
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Normal
> Fix For: 5.x
>
>
> The ConnectionBurnTest is used to check the throughput of outgoing and
> incoming connections and report the results of execution to the log. During
> the test run, I noticed a couple of errors that actually prevent us from
> getting any results.
> # The {{NullPointerException}} is thrown during the test execution
> {code:java}
> java.lang.NullPointerException: null
> at
> org.apache.cassandra.metrics.ClientMetrics.unpauseConnection(ClientMetrics.java:69)
> at
> org.apache.cassandra.net.AbstractMessageHandler.onReserveCapacityRegained(AbstractMessageHandler.java:314)
> at
> org.apache.cassandra.net.AbstractMessageHandler.onGlobalReserveCapacityRegained(AbstractMessageHandler.java:289)
> at
> org.apache.cassandra.net.AbstractMessageHandler$WaitQueue$Ticket.reactivateHandler(AbstractMessageHandler.java:792)
> at
> org.apache.cassandra.net.AbstractMessageHandler$WaitQueue$ReactivateHandlers.run(AbstractMessageHandler.java:740)
> {code}
> # The exception is swallowed and the test exits almost immediately, but the
> exception itself is not rethrown and the exit code is zero. The test is
> always green on CI, but a fatal exception has occurred;
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]