dcapwell commented on a change in pull request #1180:
URL: https://github.com/apache/cassandra/pull/1180#discussion_r706436116
##########
File path: test/distributed/org/apache/cassandra/distributed/impl/Instance.java
##########
@@ -545,7 +553,18 @@ public void startup(ICluster cluster)
if (config.has(GOSSIP))
{
MigrationManager.setUptimeFn(() ->
TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startedAt));
- StorageService.instance.initServer();
+ try
+ {
+ StorageService.instance.initServer();
+ }
+ catch (Exception e)
+ {
+ // I am tired of looking up my notes for how to fix
this... so why not tell the user?
Review comment:
I was asked to move outside of this patch....
--
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]