This is an automated email from the ASF dual-hosted git repository.

yongzao pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/dev/1.3 by this push:
     new b3deabbf8c1 [to dev/1.3] Fix the returning state of 
NotifyRegionMigrationProcedure (#15802)
b3deabbf8c1 is described below

commit b3deabbf8c132479c420790e58a1924c3910974c
Author: Li Yu Heng <[email protected]>
AuthorDate: Tue Jun 24 08:19:30 2025 +0800

    [to dev/1.3] Fix the returning state of NotifyRegionMigrationProcedure 
(#15802)
---
 .../procedure/impl/region/NotifyRegionMigrationProcedure.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/NotifyRegionMigrationProcedure.java
 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/NotifyRegionMigrationProcedure.java
index 96432852437..a02f60c0476 100644
--- 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/NotifyRegionMigrationProcedure.java
+++ 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/region/NotifyRegionMigrationProcedure.java
@@ -67,7 +67,7 @@ public class NotifyRegionMigrationProcedure
       return Flow.NO_MORE_STATE;
     }
     LOGGER.info("[pid{}][NotifyRegionMigration] state {} complete", 
getProcId(), state);
-    return Flow.HAS_MORE_STATE;
+    return Flow.NO_MORE_STATE;
   }
 
   @Override

Reply via email to