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

loosing data during saving data from java

2019-10-18 Thread adrien ruffie
Hello all, I have a table cassandra where I insert quickly several java entity about 15.000 entries by minutes. But at the process ending, I only have for exemple 199.921 entries instead 312.212 If I truncate the table and relaunch the process, several time I get 199.354 or 189.012 entries ... not