yiguolei commented on code in PR #46173:
URL: https://github.com/apache/doris/pull/46173#discussion_r1899930080


##########
fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/CommonUserProperties.java:
##########
@@ -47,8 +47,8 @@ public class CommonUserProperties implements Writable, 
GsonPostProcessable {
     // The maximum total number of query instances that the user is allowed to 
send from this FE
     @SerializedName(value = "mqi", alternate = {"maxQueryInstances"})
     private long maxQueryInstances = -1;
-    @SerializedName(value = "pfei", alternate = 
{"parallelFragmentExecInstanceNum"})

Review Comment:
   alternate 保留原来的,增加一个新的parallelPipelineTaskNum 
   参考https://blog.csdn.net/fwt336/article/details/105100690
   这样,老版本升级过来的时候,用户设置的这个paralle fragment instance的值仍然有效



-- 
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]

Reply via email to