divijvaidya commented on PR #11438: URL: https://github.com/apache/kafka/pull/11438#issuecomment-1689780169
Hey @arunmathew88 One concern with the current change is that there may be places in the code base which rely on Util.delete to throw a fileNotFound exception. Have you verified that there are no such usages of this function? If we are not sure, then a safer path is to add a new function Utils.deleteIfExists and use that instead. cc: @ocadaruma -- 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]
