Skip to content

Web console: use stages, counters, and warnings from the new detailed status API#16809

Merged
vogievetsky merged 5 commits intoapache:masterfrom
vogievetsky:use_detailed_status
Aug 1, 2024
Merged

Web console: use stages, counters, and warnings from the new detailed status API#16809
vogievetsky merged 5 commits intoapache:masterfrom
vogievetsky:use_detailed_status

Conversation

@vogievetsky
Copy link
Copy Markdown
Contributor

@vogievetsky vogievetsky commented Jul 27, 2024

Console updates following API updates done in #16808. Merge this after the API PR is merged. Can be used to test API PR.

Also:

  • fixes issue around attaching an MSQ query not being marked as MSQ.
  • fixes how null is written out to CSV

sizeInBytes: number;
}[];
};
stages?: StageDefinition[];
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it matter that there seem to be stuff missing from StageDefinition that are present in MSQStagesReport on the java side? it looks like shuffle and output, https://github.com/apache/druid/blob/master/extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/report/MSQStagesReport.java#L146

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hah, oops, idk how i missed that 🙃

@vogievetsky vogievetsky merged commit 8c170f7 into apache:master Aug 1, 2024
@vogievetsky vogievetsky deleted the use_detailed_status branch August 1, 2024 09:30
sreemanamala pushed a commit to sreemanamala/druid that referenced this pull request Aug 6, 2024
… status API (apache#16809)

* stages and counters can be seen on the status reponse

* warnings are exposed also

* mark as msq when attached

* update snapshots

* download CSV/TSV null as empty cell
@kfaraz kfaraz added this to the 31.0.0 milestone Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants