diff --git a/shell/src/main/java/alluxio/cli/fs/command/CRC64CheckCommandUtils.java b/shell/src/main/java/alluxio/cli/fs/command/CRC64CheckCommandUtils.java index ed666ce7200c..add0da46f7f1 100644 --- a/shell/src/main/java/alluxio/cli/fs/command/CRC64CheckCommandUtils.java +++ b/shell/src/main/java/alluxio/cli/fs/command/CRC64CheckCommandUtils.java @@ -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 blockLocationInfoList = fileSystem.getBlockLocations(status); Map> blockIdsOnWorkers = new HashMap<>();