You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2016/03/09 16:32:40 UTC

[jira] [Created] (CASSANDRA-11323) When node runs out of commitlog space you get poor log information

T Jake Luciani created CASSANDRA-11323:
------------------------------------------

             Summary: When node runs out of commitlog space you get poor log information
                 Key: CASSANDRA-11323
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11323
             Project: Cassandra
          Issue Type: Bug
            Reporter: T Jake Luciani
            Priority: Trivial


{code}
ERROR [PERIODIC-COMMIT-LOG-SYNCER] 2016-03-08 20:27:33,899 StorageService.java:470 - Stopping gossiper
WARN  [PERIODIC-COMMIT-LOG-SYNCER] 2016-03-08 20:27:33,899 StorageService.java:377 - Stopping gossip by operator request
INFO  [PERIODIC-COMMIT-LOG-SYNCER] 2016-03-08 20:27:33,899 Gossiper.java:1463 - Announcing shutdown
{code}

That's all you get when a node runs out of commit log space. 

We should explicitly callout the fact the commitlog is out of disk.  I see that in the commit log error handler but after it shuts down. So I think it's never getting written before shutdown.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)