druid icon indicating copy to clipboard operation
druid copied to clipboard

Update UI to account for multiple supervisor single datasource

Open jtuglu1 opened this issue 7 months ago • 2 comments

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.

Screenshot 2025-06-27 at 12 00 27 AM

Screenshot 2025-06-27 at 9 00 29 AM

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.

jtuglu1 avatar Jun 26 '25 05:06 jtuglu1

Is this in response to some backend change that allows multiple supervisors for a datasource? If so can you link it please?

vogievetsky avatar Jun 26 '25 06:06 vogievetsky

@vogievetsky , this is the PR: https://github.com/apache/druid/pull/18082

@jtuglu-netflix , please add this to the PR description as well.

kfaraz avatar Jun 26 '25 06:06 kfaraz