You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "sanpwc (via GitHub)" <gi...@apache.org> on 2023/05/18 16:36:50 UTC

[GitHub] [ignite-3] sanpwc commented on a diff in pull request #2089: IGNITE-19443 Empty data nodes are not propagated to pending assignments after filtering

sanpwc commented on code in PR #2089:
URL: https://github.com/apache/ignite-3/pull/2089#discussion_r1198039154


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ddl/DdlCommandHandler.java:
##########
@@ -230,6 +230,10 @@ private CompletableFuture<Boolean> handleAlterZone(AlterZoneSetCommand cmd) {
             zoneCfgBuilder.dataNodesAutoAdjustScaleUp(cmd.dataNodesAutoAdjustScaleUp());
         }
 
+        if (cmd.replicas() != null) {

Review Comment:
   What's that?



-- 
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: notifications-unsubscribe@ignite.apache.org

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