sergeyuttsel commented on code in PR #1958:
URL: https://github.com/apache/ignite-3/pull/1958#discussion_r1196048293
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -703,65 +776,23 @@ private CompletableFuture<Void> scaleDownAwaiting(int
zoneId, boolean immediateS
}
/**
- * Returns the future with data nodes of the specified zone.
+ * Returns the data nodes of the specified zone.
*
* @param zoneId Zone id.
* @return Future.
*/
- private CompletableFuture<Set<String>> getDataNodesFuture(int zoneId) {
+ private Set<String> dataNodes(int zoneId) {
Review Comment:
Fix java doc for a return type.
--
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]