You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jon Haddad (Jira)" <ji...@apache.org> on 2019/09/06 17:28:00 UTC

[jira] [Created] (CASSANDRA-15312) changing key cache size can break a node after restart

Jon Haddad created CASSANDRA-15312:
--------------------------------------

             Summary: changing key cache size can break a node after restart
                 Key: CASSANDRA-15312
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15312
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jon Haddad


I observed this on a cluster we were doing a rolling restart on.  I had intended on digging further into this, but haven't had the time, and wanted to document it here in case anyone saw similar behavior.  Here's what was done:

 
 # We resized the key cache using nodetool, and updated the config without restarting.  I believe the same settings in the config were applied via nodetool, but I'm not 100% sure.
 # Several days went by, so the cache was flushed.
 # The node was restarted.

What we observed is that when the node was brought back up, it didn't know about any of its tokens.  Restarting the node didn't help.  

The problem went away after we stopped the node, removed the saved key cache data, and brought the node back up.

I'm not sure if it's necessary to change the key cache size in the yaml to cause this issue, or to change it via nodetool, or both.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org