druid
druid copied to clipboard
Update UI to account for multiple supervisor single datasource
Follow-up to https://github.com/apache/druid/pull/18082.
Description
Updates the supervisor view UI to include the datasource column in the sys.supervisors table, as well as ensures the id field in the root of an ingestion spec is always rendered in the spec view/edit window.
Release note
Update UI to account for multiple supervisor single datasource
This PR has:
- [x] been self-reviewed.
- [ ] using the concurrency checklist (Remove this item if the PR doesn't have any relation to concurrency.)
- [ ] added documentation for new or modified features or behaviors.
- [ ] a release note entry in the PR description.
- [ ] added Javadocs for most classes and all non-trivial methods. Linked related entities via Javadoc links.
- [ ] added or updated version, license, or notice information in licenses.yaml
- [ ] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader.
- [x] added unit tests or modified existing tests to cover new code paths, ensuring the threshold for code coverage is met.
- [ ] added integration tests.
- [x] been tested in a test Druid cluster.
Is this in response to some backend change that allows multiple supervisors for a datasource? If so can you link it please?
@vogievetsky , this is the PR: https://github.com/apache/druid/pull/18082
@jtuglu-netflix , please add this to the PR description as well.