Hi Luiz,

On 5 Nov 2013, at 12:37 am, Luiz Carlos Jr <l...@s1mbi0se.com.br> wrote:
> What script does is: get the real value that should be at database, get the
> current value that is persisted at database, calculates the difference
> between values and finally send insert command to specific row key passing
> the diff to update the counter.


I would like to make sure I understand what your doing, basically you have 
added some logic that attempts to “fix” the counter, by reading it and writing 
back the correct value?

What happens if you take out the code that attempts to “fix” the counter, and 
run the script again? i.e. Does the counter then eventually increment by the 
number you would expect it to increment. By eventually I mean a short period of 
time after the script has completed.

Best regards,
Jacob

Reply via email to