sanpwc commented on code in PR #5523:
URL: https://github.com/apache/ignite-3/pull/5523#discussion_r2035560830
##########
modules/index/src/main/java/org/apache/ignite/internal/index/IndexBuildController.java:
##########
@@ -368,21 +381,22 @@ private void tryScheduleBuildIndex(
ReplicationGroupId primaryReplicaId,
CatalogIndexDescriptor indexDescriptor,
MvTableStorage mvTableStorage,
- ReplicaMeta replicaMeta
+ ReplicaMeta replicaMeta,
+ HybridTimestamp buildAttemptTimestamp
) {
// TODO https://issues.apache.org/jira/browse/IGNITE-22522
// Remove TablePartitionId check.
assert primaryReplicaId instanceof ZonePartitionId
? ((ZonePartitionId) primaryReplicaId).zoneId() == zoneId
- && ((ZonePartitionId) primaryReplicaId).partitionId()
== partitionId
+ && ((ZonePartitionId) primaryReplicaId).partitionId() ==
partitionId
Review Comment:
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]