denis-chudov commented on code in PR #5468:
URL: https://github.com/apache/ignite-3/pull/5468#discussion_r2011957354
##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogZoneDescriptor.java:
##########
@@ -57,7 +58,7 @@ public class CatalogZoneDescriptor extends
CatalogObjectDescriptor implements Ma
* Returns {@code true} if zone upgrade will lead to assignments
recalculation.
*/
public static boolean
updateRequiresAssignmentsRecalculation(CatalogZoneDescriptor oldDescriptor,
CatalogZoneDescriptor newDescriptor) {
- if (oldDescriptor.updateToken() == newDescriptor.updateToken()) {
+ if (oldDescriptor.updateTimestamp() ==
newDescriptor.updateTimestamp()) {
Review Comment:
This most likely was missed due to renaming, should be fixed.
--
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]