maedhroz commented on code in PR #1938:
URL: https://github.com/apache/cassandra/pull/1938#discussion_r1005166011
##########
test/distributed/org/apache/cassandra/distributed/impl/Instance.java:
##########
@@ -606,6 +614,8 @@ public void startup(ICluster cluster)
// see org.apache.cassandra.service.CassandraDaemon.setup
StorageService.instance.populateTokenMetadata();
+ logSystemInfo();
Review Comment:
nitL Just to try to keep maximum continuity w/ `CassandraDaemon`, I'd move
this just before `CommitLog.instance.start();` above.
--
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]