szetszwo opened a new pull request, #5624:
URL: https://github.com/apache/ozone/pull/5624
## What changes were proposed in this pull request?
To reproduce, run `TestSecureContainerServer.testClientServerRatisGrpc()`
(although it will pass) and then search NPE in the log.
```java
Caused by: java.lang.NullPointerException
at
org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis.triggerPipelineClose(XceiverServerRatis.java:715)
at
org.apache.hadoop.ozone.container.common.transport.server.ratis.XceiverServerRatis.handleApplyTransactionFailure(XceiverServerRatis.java:842)
at
org.apache.hadoop.ozone.container.common.transport.server.ratis.ContainerStateMachine.lambda$applyTransaction$11(ContainerStateMachine.java:968)
at
java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
```
## What is the link to the Apache JIRA
HDDS-9720
## How was this patch tested?
Run `TestSecureContainerServer.testClientServerRatisGrpc()` and search NPE.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]