xtern commented on code in PR #3350:
URL: https://github.com/apache/ignite-3/pull/3350#discussion_r1515803744
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/ExchangeServiceImpl.java:
##########
@@ -162,6 +172,10 @@ private void onMessage(String nodeName,
QueryBatchRequestMessage msg) {
}
private void onMessage(String nodeName, QueryBatchMessage msg) {
+ if (!nodeName.equals(localNodeName)) {
+ clock.update(msg.timestamp());
+ }
Review Comment:
Ticket created https://issues.apache.org/jira/browse/IGNITE-21709
--
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]