vrrs commented on issue #11592: URL: https://github.com/apache/druid/issues/11592#issuecomment-904023077
I found the issue. I had a spec submitted with "None" for both segment and query granularity. It works as a poison pill. The overlord doesnt reject the spec when it is submitted. It stores the spec on the metadata store. So every time a new task is submitted, it runs on the same issue. The solution is to delete the bad spec from the metadata store. -- 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]
