Github user sumanth-pasupuleti commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/277#discussion_r234413081
--- 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 --
yeah, I think the first node of the new version would create the table. Either way, it
wouldn't be a catastrophic failure for server start since possible failure during reading
blacklisted partitions is handled.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org
|