aho135 commented on code in PR #19533:
URL: https://github.com/apache/druid/pull/19533#discussion_r3335857200
##########
web-console/src/views/supervisors-view/supervisors-view.tsx:
##########
@@ -579,6 +581,12 @@ export class SupervisorsView extends React.PureComponent<
intent: Intent.DANGER,
onAction: () => this.setState({ resetSupervisorId: supervisor_id }),
},
+ {
+ icon: IconNames.FAST_FORWARD,
+ title: 'Reset to latest and backfill',
Review Comment:
Thanks @FrankChen021 I think it would be fine to leave as is, since this
behavior is consistent with existing `Set offsets` and `Hard reset`
--
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]