sanpwc commented on code in PR #3548:
URL: https://github.com/apache/ignite-3/pull/3548#discussion_r1559337329
##########
modules/placement-driver-api/src/main/java/org/apache/ignite/internal/placementdriver/PlacementDriver.java:
##########
@@ -60,6 +61,28 @@ CompletableFuture<ReplicaMeta> awaitPrimaryReplica(
TimeUnit unit
);
+ /**
+ * Temporary solution for awaiting {@link ReplicaMeta}. Waits for
Review Comment:
If it's temporary please add todo with a link and mark the method as
@Deprecated. Please create a ticket if necessary.
--
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]