ifesdjeen commented on code in PR #4460:
URL: https://github.com/apache/cassandra/pull/4460#discussion_r2486681537
##########
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:
I was thinking `warn` just because it's an error, but `info` works for me if
this was intended.
--
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]