Hi all,
I'm currently in the process of enabling MM-less on our cluster that's using Druid 31.0.2. It's in migration mode where tasks are still being handled by Middle Managers.
druid.indexer.runner.type=k8sAndWorker
druid.indexer.runner.k8sAndWorker.runnerStrategy.type=worker
I noticed that in the Druid Console, I'm no longer able to view the progress of a task while it's still running. However, once the task is complete, the full execution details do appear in the query task panel.
Is this expected when using the k8sAndWorker runner? How could we go about restoring this feature?
BEFOREAFTER
Thanks