I run a replicated ClickHouse server setup, Clickhouse uses zookeeper to enable replication.
The zookeeper instance was not replicated.it was a single node.
The server on which zookeeper was running ran out of hard disk and Clickhouse went into read only mode.
Luckily,no data was lost while this happened because we use RabbitMq to store the messages before it gets written to the db.
Thanks to RabbitMq's ACK mechanism.