-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.4.0-rc1
-
Component/s: Internal Code
-
Fully Compatible
-
ALL
Right now there is a unsigned/sign-extend issue in the use of counter.increment(-num) on 32bit platforms.
We should add decrement and use the underlying subtractAndFetch with the incoming unsigned value.