Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
elega committed Sep 6, 2024
1 parent 1a3fbc9 commit 3c94476
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 3c94476

Please sign in to comment.