apache / apache/druid

web console: display index_parallel progress

Open
#8,856 2 comments 0 reactions 0 assignees View on GitHub
Area - Web Console Feature/Change Description
Dominant language
Java
Stars
14.1k
Forks
3.8k
Avg merge
2d 58m
Merged PRs (30d)
233

Description

Native batch ingestion exposes progress stats for its subtasks (number of succeeded/running/total/etc tasks) on the `http://{PEON_IP}:{PEON_PORT}/druid/worker/v1/chat/{SUPERVISOR_TASK_ID}/progress` endpoint.

It would be great if this were visible somewhere while examining an index_parallel task in the web console, either somewhere in the popup revealed by the magnifying glass icon, or even in a column in the task list as a progress bar.

It might be a good idea to proxy this task through another server (overlord?) because peon hostnames might not be resolvable from a user's browser.

Contributor guide

Open the contributing guide

Research direction

Start with the web console view for an index_parallel task and the progress endpoint at /druid/worker/v1/chat/{SUPERVISOR_TASK_ID}/progress. Determine whether the statistics belong in the magnifying-glass popup or task list, and ensure the progress data can be accessed when peon hostnames are not resolvable from the browser.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.