Re: Unexpected value after insert

2013-11-05 Thread Christopher Smith
he column family and it's > really defined as a counter. > > > On Tue, Nov 5, 2013 at 8:39 PM, Christopher Smith > > > wrote: > > > If it isn't a counter type, then why calculate the diff value, just do > the > > insert. > > > >

Re: Unexpected value after insert

2013-11-05 Thread Christopher Smith
ideas ? Thanks for the tips ! > > > On Tue, Nov 5, 2013 at 12:29 PM, Christopher Smith >wrote: > > > Given your use case I'd recommend not using a counter for the field. > > > > Are you logging the update command you are sending Cassandra? Are you > s

Re: Unexpected value after insert

2013-11-05 Thread Christopher Smith
Given your use case I'd recommend not using a counter for the field. Are you logging the update command you are sending Cassandra? Are you sure you aren't overflowing the value either in Cassandra or in your batch code? On Monday, November 4, 2013, Luiz Carlos Jr wrote: > Hi ! > > I have a scrip