See #1541 for discussion.
There is a note from the HappyBase source code
Note that application code should never store a incremented or decremented counter value directly; use the atomic Table.counter_inc and Table.counter_dec methods for that.
and we just went one step further and just made Table.counter_set() a not implemented method (it raises NotImplementedError when called).