cryptoe commented on code in PR #16182:
URL: https://github.com/apache/druid/pull/16182#discussion_r1535114824
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskQueue.java:
##########
@@ -175,6 +182,11 @@ public TaskQueue(
config.getTaskCompleteHandlerNumThreads(),
"TaskQueue-OnComplete-%d"
);
+ // Add mixin to redact passwords.
Review Comment:
We should add a test case for this so that we donot miss this in a future
code change.
--
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]