kfaraz commented on code in PR #16287:
URL: https://github.com/apache/druid/pull/16287#discussion_r1566638238


##########
server/src/main/java/org/apache/druid/query/lookup/LookupReferencesManager.java:
##########
@@ -394,7 +394,7 @@ private List<LookupBean> getLookupsList()
     if (lookupConfig.getEnableLookupSyncOnStartup()) {
       lookupBeanList = 
getLookupListFromCoordinator(lookupListeningAnnouncerConfig.getLookupTier());
       if (lookupBeanList == null) {
-        LOG.info("Coordinator is unavailable. Loading saved snapshot instead");
+        LOG.info("No lookup list found from coordinator. Loading saved 
snapshot instead");

Review Comment:
   Slight rephrase:
   ```suggestion
           LOG.info("Could not fetch lookups from the coordinator. Loading 
saved snapshot instead.");
   ```



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