abhishekrb19 opened a new pull request, #18298:
URL: https://github.com/apache/druid/pull/18298

   With [apache/druid#18082](https://github.com/apache/druid/pull/18082), the 
supervisor ID is no longer the same as the datasource name, which breaks the 
navigation from the supervisors page to the corresponding tasks view.
   
   <img width="3140" height="570" alt="CleanShot 2025-07-21 at 08 48 38@2x" 
src="https://github.com/user-attachments/assets/dbd38035-1062-4dc5-bae1-f833cafa36c9";
 />
   asks view breaks because currently.
   
   Fix:
   
   Use the `groupId` filter instead of datasource name when navigating from the 
supervisors to tasks view. This filter is used by other task types too. I think 
another alternative and cleaner approach would be to add the supervisor ID to 
the `sys.tasks` table and filter by it explicitly, but that would be a larger 
server change.
   
   <img width="3290" height="606" alt="CleanShot 2025-07-21 at 08 49 18@2x" 
src="https://github.com/user-attachments/assets/4d21252f-2374-4172-abc5-8701789f16d1";
 />
   
   
   This PR has:
   
   - [x] been self-reviewed.
   - [x] been tested in a test Druid cluster.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to