mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
* Better logging for lookups The default pollPeriod of 0 means that lookups are loaded once only at startup Add a warning message to warn operators about this. I suspect that most operators using jdbc or uri would expect eventual consistency with the source of the lookups if using jdbc or uri. So make this a warning to make it easier to debug if an operator notices a data inconsistency issue. * oops