jacek-lewandowski commented on code in PR #1804:
URL: https://github.com/apache/cassandra/pull/1804#discussion_r960509159
##########
src/java/org/apache/cassandra/schema/MigrationCoordinator.java:
##########
@@ -323,7 +372,7 @@ private boolean shouldPullFromEndpoint(InetAddressAndPort
endpoint)
if (!messagingService.versions.knows(endpoint))
{
- logger.debug("Not pulling schema from {} because their messaging
version is unknown", endpoint);
+ logger.trace("Not pulling schema from {} because their messaging
version is unknown", endpoint);
Review Comment:
but actually I considered this message as temporary situation - when the
messaging version is eventually known, the schema is either pulled or it is
logged that the messaging version is incompatible (at debug level)
--
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]