Skip to content

Commit

Permalink
Update PropertyKey.java
Browse files Browse the repository at this point in the history
  • Loading branch information
shenghui361 authored Aug 10, 2021
1 parent 018d5f3 commit bbfc248
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 @@ -3514,7 +3514,7 @@ public String toString() {
.setDescription("This is the timeout controlling how long to wait for "
+ "worker threads to start. All workers that extend implements "
+ "`alluxio.worker.Worker` will be initialized, like "
+ "`alluxio.worker.block.BlockWorker`. If there are many blocks in "
+ "`alluxio.worker.block.BlockWorker`. If there are many blocks in "
+ "the worker tiered storage, consider tuning this timeout up so the "
+ "worker does not timeout from scanning all existing blocks.")
.setConsistencyCheckLevel(ConsistencyCheckLevel.IGNORE)
Expand Down

0 comments on commit bbfc248

Please sign in to comment.