ekaterinadimitrova2 commented on code in PR #1804:
URL: https://github.com/apache/cassandra/pull/1804#discussion_r957753652
##########
src/java/org/apache/cassandra/schema/MigrationCoordinator.java:
##########
@@ -220,18 +251,23 @@ boolean wasReceived()
void start()
{
+ logger.info("Starting migration coordinator and scheduling pulling
schema versions every 1 minute");
Review Comment:
I think we need to make it print the SCHEMA_PULL_INTERVAL as it is mutable,
not always 1 minute necessarily anymore
--
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]