dcapwell commented on code in PR #4006:
URL: https://github.com/apache/cassandra/pull/4006#discussion_r2019162752


##########
src/java/org/apache/cassandra/service/paxos/Paxos.java:
##########
@@ -1111,7 +1111,12 @@ private static BeginResult begin(long deadline,
                     PaxosPrepare.Success success = prepare.success();
 
                     Supplier<Participants> plan = () -> success.participants;
-                    DataResolver<?, ?> resolver = new DataResolver<>(query, 
plan, NoopReadRepair.instance, new 
Dispatcher.RequestTime(query.creationTimeNanos()));
+                    long createdAtNanos = query.creationTimeNanos();

Review Comment:
   pushed a change to pass the `Dispatcher.RequestTime` through.  write side 
uses `CASRequest` and the read path just passes it through.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to