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


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/replicator/PartitionReplicaListener.java:
##########
@@ -3640,7 +3668,7 @@ private void failIfSchemaChangedSinceTxStart(UUID txId, 
HybridTimestamp operatio
     }
 
     private CompletableFuture<Integer> 
reliableCatalogVersionFor(HybridTimestamp ts) {
-        return schemaSyncService.waitForMetadataCompleteness(ts)
+        return waitForMetadataCompleteness(ts)
                 .thenApply(unused -> 
catalogService.activeCatalogVersion(ts.longValue()));
     }
 

Review Comment:
   I mean that raft response will be returned in messaging thread and we also 
won't to switch response processing to partition one.



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