Github user jolynch commented on a diff in the pull request:

    https://github.com/apache/cassandra/pull/277#discussion_r227865087
  
    --- 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 --
    
    I think this is where we might have to deal with some nodes not having it 
potentially.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to