RuiLi8080 commented on a change in pull request #3336:
URL: https://github.com/apache/storm/pull/3336#discussion_r491123691
##########
File path:
storm-server/src/main/java/org/apache/storm/localizer/AsyncLocalizer.java
##########
@@ -474,7 +474,7 @@ public void releaseSlotFor(LocalAssignment assignment, int
port) throws IOExcept
LOG.info("Port and assignment info: {}", pna);
if (e instanceof FileNotFoundException) {
localResourceFileNotFoundWhenReleasingSlot.mark();
- LOG.warn("Local base blobs have not been downloaded yet. ", e);
+ LOG.warn("Local base blobs are not available. ", e);
Review comment:
Updated.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]