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: be more robust to aux queries failing and improve kill tasks #13431

Merged
merged 6 commits into from
Nov 29, 2022

Conversation

vogievetsky
Copy link
Contributor

@vogievetsky vogievetsky commented Nov 24, 2022

This PR addresses two things:

  1. Be more robust if an auxiliary query fails. For example the services view uses the sys.servers table to load most of the data but it also loads the workers from the coordinator. If the coordinator is down temporarily we do not want to fail the whole query, instead do the best we can with the info we have and also pop up an error toast notification that something went wrong.

  2. Following this discussion on Slack: https://apachedruidworkspace.slack.com/archives/C030K0Z7S1Z/p1669222099825209 the kill task dialog now lets you pick and interval and sets a default that does not include the future.

image

This should fix #10508 and #11568

@vogievetsky vogievetsky changed the title Web console: be more robust to aux queries failing Web console: be more robust to aux queries failing and improve kill tasks Nov 24, 2022
@vogievetsky vogievetsky merged commit d8f4353 into apache:master Nov 29, 2022
@vogievetsky vogievetsky deleted the robust-failure branch November 29, 2022 00:50
@vogievetsky vogievetsky added this to the 25.0 milestone Nov 29, 2022
vogievetsky added a commit to vogievetsky/druid that referenced this pull request Nov 29, 2022
…asks (apache#13431)

* be more robust to aux queries failing

* feedback fixes

* remove empty block

* fix spelling

* remove killAllDataSources from the console
vogievetsky added a commit that referenced this pull request Dec 1, 2022
* add ability to make inputFormat part of the example datasets (#13402)

* Web console: Index spec dialog (#13425)

* add index spec dialog

* add sanpshot

* Web console: be more robust to aux queries failing and improve kill tasks (#13431)

* be more robust to aux queries failing

* feedback fixes

* remove empty block

* fix spelling

* remove killAllDataSources from the console

* don't render duration if aggregated (#13455)
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.

Kill task launched from web console is stuck
2 participants