github-advanced-security[bot] commented on code in PR #15269:
URL: https://github.com/apache/druid/pull/15269#discussion_r1375703913
##########
server/src/main/java/org/apache/druid/rpc/ServiceRetryPolicy.java:
##########
@@ -54,6 +56,11 @@
*/
boolean retryThrowable(Throwable t);
+ /**
+ * Returns whether to log the cause of failure before retrying
+ */
+ boolean retryLoggable(@Nullable Throwable t);
Review Comment:
## Useless parameter
The parameter 't' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/5941)
--
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]