danny0405 commented on code in PR #8335:
URL: https://github.com/apache/hudi/pull/8335#discussion_r1169560134


##########
hudi-timeline-service/src/main/java/org/apache/hudi/timeline/service/TimelineService.java:
##########
@@ -103,7 +102,7 @@ public static class Config implements Serializable {
     @Parameter(names = {"--rocksdb-path", "-rp"}, description = "Root 
directory for RocksDB")
     public String rocksDBPath = 
FileSystemViewStorageConfig.ROCKSDB_BASE_PATH.defaultValue();
 
-    @Parameter(names = {"--threads", "-t"}, description = "Number of threads 
to use for serving requests")
+    @Parameter(names = {"--threads", "-t"}, description = "Number of threads 
to use for serving requests. The default number is 250")
     public int numThreads = DEFAULT_NUM_THREADS;
 

Review Comment:
   So why the variable `DEFAULT_NUM_THREADS` is still  -1 here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to