yujun777 commented on code in PR #26712:
URL: https://github.com/apache/doris/pull/26712#discussion_r1393617326


##########
fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java:
##########
@@ -171,15 +186,28 @@ public synchronized void run() {
             return;
         }
 
+        // /api/debug_point/add/FE.ALTER_JOB_V2_RUN?stop=true
+        if (DebugPointUtil.isEnable("FE.ALTER_JOB_V2_RUN")) {

Review Comment:
   use  if (DebugPointUtil.isEnable("FE.STOP_ALTER_JOB_RUN")) { return; }  ?
   
   each point name should clear ?



##########
fe/fe-core/src/main/java/org/apache/doris/alter/AlterJobV2.java:
##########
@@ -171,15 +186,28 @@ public synchronized void run() {
             return;
         }
 
+        // /api/debug_point/add/FE.ALTER_JOB_V2_RUN?stop=true
+        if (DebugPointUtil.isEnable("FE.ALTER_JOB_V2_RUN")) {

Review Comment:
   boolean stop = DebugPointUtil.getDebugParamOrDefault(FE.ALTER_JOB_V2_RUN, 
"stop", false)



-- 
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...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to