amaliujia commented on pull request #298:
URL: https://github.com/apache/incubator-ratis/pull/298#issuecomment-736153313
@szetszwo code is updated. For the test Basically I added one more
verification and then realized that transaction failed to commit:
```
DataStreamReply reply = dataStreamOutput.closeAsync().join();
Assert.assertTrue(reply.isSuccess());
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]