vogievetsky commented on code in PR #19692:
URL: https://github.com/apache/druid/pull/19692#discussion_r3597240791
##########
web-console/src/views/supervisors-view/supervisors-view.tsx:
##########
@@ -1060,6 +1065,12 @@ export class SupervisorsView extends React.PureComponent<
aggregateLag,
)}`}</span>
) : null;
+ } else if (original.type === 'autocompact') {
+ if (!supervisorStatusPayload || !original.spec) return null;
+ return formatCompactionInfo({
+ status: supervisorStatusPayload,
+ config: original.spec as CompactionConfig,
Review Comment:
wow. Good spot.
--
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]