clintropolis commented on code in PR #14806:
URL: https://github.com/apache/druid/pull/14806#discussion_r1295103773


##########
processing/src/main/java/org/apache/druid/query/lookup/LookupExtractorFactory.java:
##########
@@ -79,4 +80,14 @@ default boolean destroy()
    */
   @Nullable
   LookupIntrospectHandler getIntrospectHandler();
+
+  /**
+   * awaitToInitialise blocks and wait for the cache to initialize fully.
+   */
+  void awaitToInitialise() throws InterruptedException, TimeoutException;

Review Comment:
   nit: I think "initialize" is the most standard US english spelling over 
"initialise", I find hundreds of matches in java codes for "initialize" and 
none for "initialise". Additionally, we have some other methods named 
`awaitInitialization()` on things like broker server view so maybe that is a 
good name



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to