mirror of https://github.com/apache/druid.git
Improve logging for lookups (#16287)
This commit is contained in:
parent
f3d69f30e6
commit
4fa377c7fd
|
@ -394,7 +394,7 @@ public class LookupReferencesManager implements LookupExtractorFactoryContainerP
|
|||
if (lookupConfig.getEnableLookupSyncOnStartup()) {
|
||||
lookupBeanList = getLookupListFromCoordinator(lookupListeningAnnouncerConfig.getLookupTier());
|
||||
if (lookupBeanList == null) {
|
||||
LOG.info("Coordinator is unavailable. Loading saved snapshot instead");
|
||||
LOG.info("Could not fetch lookups from the coordinator. Loading saved snapshot instead");
|
||||
lookupBeanList = getLookupListFromSnapshot();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue