rohangarg commented on code in PR #13476: URL: https://github.com/apache/druid/pull/13476#discussion_r1049441066
########## indexing-service/src/main/java/org/apache/druid/indexing/worker/executor/ExecutorLifecycleConfig.java: ########## @@ -39,6 +39,10 @@ @NotNull private File statusFile = null; + @JsonProperty + @NotNull Review Comment: Oh I see, yes you're right. I was trying to find it in this class itself - wondering why the config object itself doesn't verify it instead of the caller. -- 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]
