dcapwell commented on a change in pull request #831:
URL: https://github.com/apache/cassandra/pull/831#discussion_r527996485
##########
File path: test/distributed/org/apache/cassandra/distributed/impl/Instance.java
##########
@@ -485,11 +485,10 @@ public void startup(ICluster cluster)
GossipHelper.unsafeStatusToNormal(this,
(IInstance) peer);
});
+ StorageService.instance.setUpDistributedSystemKeyspaces();
Review comment:
this was a regressions... when not using gossip we didn't register the
distributed tables, and we tried to force trace regardless...
right before we gossip tokens around we call this method, so adding it here
makes sure the distributed tables work with and without gossip.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]