denis-chudov commented on code in PR #5685: URL: https://github.com/apache/ignite-3/pull/5685#discussion_r2069066896
########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogZoneDescriptorSerializers.java: ########## @@ -149,6 +153,7 @@ public void writeTo(CatalogZoneDescriptor descriptor, CatalogObjectDataOutput ou output.writeVarInt(descriptor.partitions()); output.writeVarInt(descriptor.replicas()); + output.writeVarInt(descriptor.quorumSize()); Review Comment: I will leave this comment as a placeholder; we need to find out whether we still can modify these serializers with consideration of nearest release upd.: regarding the release, we will need a new version of serializer -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org