amaliujia commented on pull request #235: URL: https://github.com/apache/incubator-ratis/pull/235#issuecomment-718196438
> Using thenCombineAsync somehow fixes the failure. I suspect it is a Java bug. > > @runzhiwang , could you test to see if it really can fix the failure? Yes this is wired. My understanding to API with `Async` suffix is those calls are executed separately asynchronously, e.g. `thenSupplyAsync`. But maybe combine is different as combine really means it needs to depends on previous stage. Thanks for finding such subtle difference. ---------------------------------------------------------------- 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]
