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


##########
modules/runner/src/main/java/org/apache/ignite/internal/app/NodePropertiesImpl.java:
##########
@@ -67,16 +70,24 @@ private void detectAndSaveColocationStatusIfNeeded() {
         VaultEntry entry = vaultManager.get(ZONE_BASED_REPLICATION_KEY);
         if (entry != null) {
             colocationEnabled = entry.value()[0] == 1;
-
+            if (!colocationEnabled) {
+                throw new 
IgniteException(UNSUPPORTED_TABLE_BASED_REPLICATION_ERR, "Table based 
replication is no longer supported.");

Review Comment:
   `Downgrade back to 3.1 and copy your data to a cluster of desired version.` 
added.



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

Reply via email to