wjsl commented on code in PR #1140:
URL: https://github.com/apache/accumulo-fluo/pull/1140#discussion_r3561881688
##########
modules/api/src/main/java/org/apache/fluo/api/config/FluoConfiguration.java:
##########
@@ -188,6 +188,9 @@ public class FluoConfiguration extends SimpleConfiguration {
public static final String WORKER_NUM_THREADS_PROP = WORKER_PREFIX +
".num.threads";
public static final int WORKER_NUM_THREADS_DEFAULT = 10;
+ public static final String PARALLEL_SCAN_THREADS_PROP = FLUO_PREFIX +
".scan.num.threads";
Review Comment:
It's used in the "parallel" scanner, whenever you're looping over a
snapshot. Can exist within a worker or outside of one. I'm running outside of
one.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]