jtuglu-netflix commented on code in PR #18052:
URL: https://github.com/apache/druid/pull/18052#discussion_r2115411874


##########
extensions-core/druid-basic-security/src/main/java/org/apache/druid/security/basic/authentication/db/cache/CoordinatorPollingBasicAuthenticatorCacheManager.java:
##########
@@ -126,6 +126,9 @@ public void start()
               }
               LOG.debug("Scheduled user cache poll is done");
             }
+            catch (InterruptedException e) {
+              LOG.noStackTrace().warn(e, "Interrupted while polling 
Coordinator for cachedUserMaps.");

Review Comment:
   Could there be a situation where the stack trace is useful in explaining 
what the thread was doing?



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