I'm observing that the series of task related APIs under PinotTaskRestletResource are not working as expected.
$ curl localhost:9000/tasks/tasktypes
{"code":500,"error":"HTTP 500 Internal Server Error"}
Also, the controller side doesn't have the meaningful log.
2022/02/09 05:57:22.737 INFO [ControllerResponseFilter] [grizzly-http-server-27] [pinot-controller] [] Handled request from 0:0:0:0:0:0:0:1 GET http://localhost:9000/tasks/taskty
pes, content-type null status code 500 Internal Server Error
I'm observing that the series of task related APIs under
PinotTaskRestletResourceare not working as expected.Also, the controller side doesn't have the meaningful log.