kfaraz commented on code in PR #19700:
URL: https://github.com/apache/druid/pull/19700#discussion_r3613998212
##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/supervisor/SupervisorSpecUpdateResult.java:
##########
@@ -25,17 +25,17 @@
public final class SupervisorSpecUpdateResult
{
private final boolean modified;
- private final boolean restarted;
+ private final SupervisorSpecUpdateAction action;
Review Comment:
Side thought: I wonder if this field will also get serialized out even
though it doesn't have a getter.
--
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]