Re: loosing data during saving data from java

2019-10-19 Thread Chris Lohfink
--- > *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. >

RE: loosing data during saving data from java

2019-10-18 Thread adrien ruffie
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

Re: loosing data during saving data from java

2019-10-18 Thread Jeff Jirsa
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