github-advanced-security[bot] commented on code in PR #17992:
URL: https://github.com/apache/druid/pull/17992#discussion_r2081221524
##########
extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/Controller.java:
##########
@@ -57,7 +58,7 @@
* Terminate the controller upon a cancellation request. Causes a
concurrently-running {@link #run} method in
* a separate thread to cancel all outstanding work and exit.
*/
- void stop();
+ void stop(CancelationReason reason);
Review Comment:
## Useless parameter
The parameter 'reason' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/9168)
--
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]