belliottsmith commented on code in PR #4460:
URL: https://github.com/apache/cassandra/pull/4460#discussion_r2486302408


##########
src/java/org/apache/cassandra/service/accord/AccordFetchCoordinator.java:
##########
@@ -430,10 +444,12 @@ protected synchronized void onReadOk(Node.Id from, 
CommandStore commandStore, Da
         streamData.streams.forEach((range, streamInfo) -> {
             if (streamInfo.hasData)
             {
+                logger.info("StreamPlan {} created for bootstrap of {} from 
{}", streamInfo.planId, range, from);
                 stream(streamInfo.planId).rangeReceived(range, from);
             }
             else
             {
+                logger.info("StreamPlan {} created for bootstrap of {} from {} 
with no data to stream; succeeding immediately.", streamInfo.planId, range, 
from);

Review Comment:
   This is only used during bootstrap, and there won't be lots of these I don't 
think. So I think info is probably helpful? Open to revisiting.



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