mayankshriv commented on PR #13537: URL: https://github.com/apache/pinot/pull/13537#issuecomment-2214784897
Shouldn't the response indicate that the task was nonexistent? Silently returning 200 can confuse the user. Similarly for controller log, we should log something to indicate the same (instead of exception, or no log). ``` % curl -k "http://localhost:9000/tasks/REFRESH/tasks" -w "\n%{http_code}\n" [] 200 ``` -- 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]
