AmatyaAvadhanula commented on code in PR #16182:
URL: https://github.com/apache/druid/pull/16182#discussion_r1535500985


##########
indexing-service/src/main/java/org/apache/druid/indexing/overlord/TaskStorageQueryAdapter.java:
##########
@@ -114,7 +114,7 @@ public Optional<Task> getTask(final String taskid)
           return activeTask;
         }
       }
-      catch (JsonProcessingException e) {
+      catch (DruidException e) {

Review Comment:
   I thought it might be helpful to fallback to the metadata store 
(TaskStorage) in such a case



-- 
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]

Reply via email to