vogievetsky commented on a change in pull request #7799: Web-console: update
supervisors table
URL: https://github.com/apache/incubator-druid/pull/7799#discussion_r291877585
##########
File path: web-console/src/views/task-view/tasks-view.tsx
##########
@@ -181,6 +181,10 @@ export class TasksView extends
React.PureComponent<TasksViewProps, TasksViewStat
this.supervisorQueryManager = new QueryManager({
processQuery: async (query: string) => {
const resp = await axios.get('/druid/indexer/v1/supervisor?full');
+ const data = resp.data;
+ data.forEach( async (item: any ) => {
Review comment:
I though the whole point was not to have a query per row of the table, use
only the info from `/druid/indexer/v1/supervisor?full`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]