Description
Right now serialID is generated from Time.monotonicNowNanos() . If clocks are skewed, there is a chance of collision. This Jira is to solve this issue by using distributedsequence Id generator or use a method which can generate uniqueID across nodes.
Attachments
Issue Links
- is fixed by
-
HDDS-9138 Use sequence ID for certificate serial ID
- Resolved