dave-mccowan opened a new issue, #16766:
URL: https://github.com/apache/druid/issues/16766

   Please provide a detailed title (e.g. "Broker crashes when using TopN query 
with Bound filter" instead of just "Broker crashes").
   
   ### Affected Version
   
   Detected in master, but has occured since PR#8692
   
   ### Description
   
   Issue occurs when using druid-basic-security extension and having an 
authenticator in the authenticator chain that has no users setup (not even the 
admin and druid_system internal users).  This includes the LDAP authenticator 
that does not store users in teh metadata table.
   
   The issue is the follow log message is emitted every minute by every process 
when the default pollingPeriod of 1 minute is used.
   
   2024-07-20T12:43:56,374 INFO [BasicAuthenticatorCacheManager-Exec--0] 
org.apache.druid.security.basic.authentication.db.cache.CoordinatorPollingBasicAuthenticatorCacheManager
 - Empty cached serialized user map retrieved, authenticator - ldap
   
   This log message was added in PR#8692.  Before an exception was caught every 
minute.  Now a log message is emitted every minute.  This is excessive and 
should not occur in this normal and frequent condition.


-- 
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: commits-unsubscr...@druid.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to