azotcsit commented on a change in pull request #1213:
URL: https://github.com/apache/cassandra/pull/1213#discussion_r716015190
##########
File path: src/java/org/apache/cassandra/service/StorageService.java
##########
@@ -1101,6 +1102,8 @@ public void joinTokenRing(boolean finishJoiningRing,
{
logger.warn("Some data streaming failed. Use nodetool to check
bootstrap state and resume. For more, see `nodetool help bootstrap`. {}",
SystemKeyspace.getBootstrapState());
}
+
+ StorageProxy.instance.initialLoadPartitionDenylist();
Review comment:
Ok, if that works for someone then we should be good. My point is that I
cannot really validate this part because I do not understand the startup
sequence very well.
--
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]