Skip to content

Commit

Permalink
Update core/common/src/main/java/alluxio/conf/PropertyKey.java
Browse files Browse the repository at this point in the history
Co-authored-by: Jiacheng Liu <[email protected]>
  • Loading branch information
maobaolong and jiacheliu3 authored Jun 12, 2024
1 parent 5584b61 commit 5e8583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/src/main/java/alluxio/conf/PropertyKey.java
Original file line number Diff line number Diff line change
Expand Up @@ -3931,7 +3931,7 @@ public String toString() {
public static final PropertyKey USER_BLOCK_SIZE_OVERRIDE_UFS_ENABLED =
new Builder(Name.USER_BLOCK_SIZE_ENABLED)
.setDefaultValue(false)
.setDescription("Use Default block size for Alluxio files.")
.setDescription("When reading a file from UFS, whether Alluxio should ignore the UFS block size and rely on the Alluxio configuration.")
.setConsistencyCheckLevel(ConsistencyCheckLevel.WARN)
.setScope(Scope.ALL)
.build();
Expand Down

0 comments on commit 5e8583d

Please sign in to comment.