codersfarm commented on issue #3102:
URL: https://github.com/apache/rocketmq/issues/3102#issuecomment-871199573


   Use Files.delete(Path path) instead of file.delete().Beacause 
"file.delete()" if file delete fail return false, "Use Files.delete(Path path)" 
delete file fail throw exception.


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


Reply via email to