Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
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
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.