Hi, When Cassandra encountered data persistence failure (e.g., storage pauses/IO hanging, or full storage) for a short time, if we configured sufficient memory for Cassandra (e.g., Heap Memory, Direct Memory) and appropriately increase `memtable_heap_space` and `memtable_offheap_space`, so that Cassandra has enough memory to save the memtable even if flushing to SSTable fails, can Cassandra still provide services and perform data query or modification operations?
Thanks, Dongsheng
