dcapwell commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1320329609
##########
src/java/org/apache/cassandra/repair/StreamingRepairTask.java:
##########
@@ -77,10 +80,10 @@ public StreamingRepairTask(RepairJobDesc desc,
InetAddressAndPort initiator, Ine
public void run()
{
logger.info("[streaming task #{}] Performing {}streaming repair of {}
ranges with {}", desc.sessionId, asymmetric ? "asymmetric " : "",
ranges.size(), dst);
- long start = approxTime.now();
+ long start = approxTime.now(); // TODO (now): mock
Review Comment:
I leave them to:
1) document work needed
2) make it easy to search for what's remaining
--
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]