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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org