Ethanlm commented on a change in pull request #3144: STORM-3524 create complete
blobstore path in case parent directory ge…
URL: https://github.com/apache/storm/pull/3144#discussion_r335494019
##########
File path:
storm-server/src/main/java/org/apache/storm/localizer/LocalizedResource.java
##########
@@ -144,6 +144,7 @@ private static Path constructBlobWithVersionFileName(Path
baseDir, String key, l
static void completelyRemoveUnusedUser(Path localBaseDir, String user)
throws IOException {
Path userFileCacheDir = getLocalUserFileCacheDir(localBaseDir, user);
+ LOG.info("completelyRemoveUnusedUser {} for directory {}", user,
userFileCacheDir);
Review comment:
This method is about deleting `baseDir/supervisor/usercache/user1`
directory. It might be better to log that. `userFileCacheDir` is just part of
it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services