Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In the code below, it should just return the replyFuture instead of calling CompletableFuture.get(). This change is useful for HDDS-9844.
//XceiverClientRatis.watchForCommit CompletableFuture<RaftClientReply> replyFuture = getClient().async().watch(index, watchType); final RaftClientReply reply = replyFuture.get();
Attachments
Issue Links
- is related to
-
HDDS-9844 [hsync] De-synchronize hsync API
- Resolved
-
HDDS-11208 Change RatisBlockOutputStream to use HDDS-11174
- Resolved
- links to