Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Aug 1, 2024

Conversation

vogievetsky
Copy link
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

@@ -37,5 +39,8 @@ export interface AsyncStatusResponse {
sizeInBytes: number;
}[];
};
stages?: StageDefinition[];
Copy link
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
Contributor Author

Choose a reason for hiding this comment

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

Copy link
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
12 checks passed
@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