abhishekrb19 commented on issue #16030: URL: https://github.com/apache/druid/issues/16030#issuecomment-1983445154
@micomahesh1982 - the datasource will exist as long as there's at least one segment. Is there active ingestion that's creating data during or after issuing a kill task for the said data source? Or do you by chance have unused segments outside the kill interval `1000-01-01/2999-12-31` (you can adjust the window when issuing the kill task)? If so, yes, the datasource will still exist and be queryable. You can also verify that by querying the `sys.segment` table or looking at the metadata store directly. Let us know if you've any follow up questions. -- 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]
