yiguolei commented on code in PR #58073:
URL: https://github.com/apache/doris/pull/58073#discussion_r2562517054
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -977,12 +978,17 @@ public static double getHotValueThreshold() {
// 100MB
public long maxScanQueueMemByte = 2147483648L / 20;
- @VariableMgr.VarAttr(name = NUM_SCANNER_THREADS, needForward = true,
description = {
+ @VariableMgr.VarAttr(name = MAX_SCANNERS_CONCURRENCY, needForward = true,
description = {
Review Comment:
max_local_scanners_concurrency vs max_remote_scanners_concurrency ?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]