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


##########
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/WorkloadGroup.java:
##########
@@ -743,25 +729,54 @@ public static WorkloadGroup read(DataInput in) throws 
IOException {
                 
workloadGroup.properties.put(DEPRECATED_PROPERTIES_NAME.get(key), value);
             }
         }
+        if (workloadGroup.queryQueue == null) {
+            throw new RuntimeException("Query queue is not inited, this is a 
fatal bug.");
+        }

Review Comment:
   done



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