Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
Druid-hive kafka ingestion: indexing tasks kept running even after setting 'druid.kafka.ingestion' = 'STOP'.
when ingestion started( 'druid.kafka.ingestion' = 'START') the indexing task start running and could able to load rows into Druid-Hive table.
But after stopping it still the indexing task kept running without getting down gracefully.
The issue is for every START of ingestion this will pool up multiple indexing tasks.