mhansonp commented on a change in pull request #6743:
URL: https://github.com/apache/geode/pull/6743#discussion_r685347779
##########
File path:
geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/functions/RegionCreateFunction.java
##########
@@ -129,6 +133,16 @@ private CliFunctionResult handleException(final String
memberNameOrId, final Str
return new CliFunctionResult(memberNameOrId,
CliFunctionResult.StatusState.ERROR);
}
+ private void waitUntilConditionIsMet(BooleanSupplier awaitedCondition, int
timeoutInMs) {
Review comment:
Good point. That is a shame.
--
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]