-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.10
-
Component/s: UIDSequencer
-
Sprint:nxcore 9.10.1
-
Story Points:2
Sequences can go beyond 2^31 so it should be possible to reinitialize them to such a value. The current API UIDSequencer.initSequence does not allow that, as it takes an int.
—> Add initSequence.initSequence(String, long) API.
Also deprecate the old API taking an int and stop using it in our codebase.
- is related to
-
NXP-23739 MongoDBUIDSequencer don't implement sequenceInit
- Resolved