Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
Cherry-pick of existing commit.
orig-pr: #18691
orig-commit: ae64e71
orig-commit-author: elega <[email protected]>

			pr-link: #18692
			change-id: cid-e6e2f314680fe4d2b5e7ddee08348a2a4c44825b
  • Loading branch information
alluxio-bot authored Sep 6, 2024
1 parent ad7d82e commit feb3321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public static long calculateAlluxioCRC64(
throw new IllegalStateException("The path is a folder");
}
if (status.getInAlluxioPercentage() != 100) {
throw new IllegalStateException("The file is not cached in alluxio");
throw new IllegalStateException("The file is not fully cached in alluxio");
}
List<BlockLocationInfo> blockLocationInfoList = fileSystem.getBlockLocations(status);
Map<WorkerNetAddress, List<Long>> blockIdsOnWorkers = new HashMap<>();
Expand Down

0 comments on commit feb3321

Please sign in to comment.