IdFactory overflowing!?
Posted: Wed Dec 02, 2009 6:18 pm
I'm using a BitSet idfactory (defult one) in my server, and last days it began to get bugged.
It reachs numbers which overflow the Integer.MAX_VALUE (2.1kkk) and generates NEGATIVE ids. Then, the server gets completely bugged.
The idFactory is skipping huge counts of ids, it doesn't increment the last id when generates a new one..
What could be the cause of that? And most important, how could I fix this issue?
(NO, I didn't mod anything there)
It reachs numbers which overflow the Integer.MAX_VALUE (2.1kkk) and generates NEGATIVE ids. Then, the server gets completely bugged.
The idFactory is skipping huge counts of ids, it doesn't increment the last id when generates a new one..
What could be the cause of that? And most important, how could I fix this issue?
(NO, I didn't mod anything there)