---
> *De :* Jeff Jirsa
> *Envoyé :* samedi 19 octobre 2019 00:41
> *À :* cassandra
> *Objet :* Re: loosing data during saving data from java
>
> There is no buffer in cassandra that is known to (or suspected to)
> lose acknowledged writes if it's overwhelmed.
>
t.
Adrian
De : Jeff Jirsa
Envoyé : samedi 19 octobre 2019 00:41
À : cassandra
Objet : Re: loosing data during saving data from java
There is no buffer in cassandra that is known to (or suspected to) lose
acknowledged writes if it's overwhelmed.
There may
There is no buffer in cassandra that is known to (or suspected to)
lose acknowledged writes if it's overwhelmed.
There may be a client bug where you send so many async writes that they
overwhelm a bounded queue, or otherwise get dropped or timeout, but those
would be client bugs, and I'm not sure