You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, Marcelo
In the Example, you use rowKeyCounterMap to store data, but never clear it.
Since, the HBaseCounterIncrementor is a singleton, in one jvm, the rowKeyCounterMap will continuous increase, I think.
I wonder am I right.
Also,I see the CounterMap.clear(), but seems never used.
Looking forward to your reply
Regards,
Xiao
The text was updated successfully, but these errors were encountered:
hello, Marcelo
In the Example, you use rowKeyCounterMap to store data, but never clear it.
Since, the HBaseCounterIncrementor is a singleton, in one jvm, the rowKeyCounterMap will continuous increase, I think.
I wonder am I right.
Also,I see the CounterMap.clear(), but seems never used.
Looking forward to your reply
Regards,
Xiao
The text was updated successfully, but these errors were encountered: