Thanks Rob, this was helpful.
More counters will be added soon, I'll let you know if those have any
problems.
On Mon, Jun 15, 2015 at 4:32 PM, Robert Coli wrote:
> On Mon, Jun 15, 2015 at 2:52 PM, Dan Kinder wrote:
>
>> Potentially relevant facts:
>> - Recently upgraded to 2.1.6 from 2.0.14
>>
On Mon, Jun 15, 2015 at 2:52 PM, Dan Kinder wrote:
> Potentially relevant facts:
> - Recently upgraded to 2.1.6 from 2.0.14
> - This table has ~million rows, low contention, and fairly high increment
> rate
>
Can you repro on a counter that was created after the upgrade?
> Mainly wondering:
>
>
Currently on 2.1.6 I'm seeing behavior like the following:
cqlsh:walker> select * from counter_table where field = 'test';
field | value
---+---
test |30
(1 rows)
cqlsh:walker> select * from counter_table where field = 'test';
field | value
---+---
test |90
(1 rows)
c