Github user jolynch commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/277#discussion_r230865548
--- Diff: src/java/org/apache/cassandra/service/CassandraDaemon.java ---
@@ -426,6 +426,9 @@ public void uncaughtException(Thread t, Throwable e)
// Native transport
nativeTransportService = new NativeTransportService();
+ // load blacklisted partitions into cache
+ StorageService.instance.refreshBlacklistedPartitionsCache();
--- End diff --
During a cluster upgrade, I'm not sure that we can assume this call will
succeed. I'm not entirely sure how that works tbh with system_distributed
tables. I guess that the first node of the new version will create the table
maybe?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]