Details
-
Task
-
Resolution: Done
-
Major
-
10.1.1.Final
-
None
Description
UUID.randomUUID() is pretty expensive, because it uses SecureRandom.
We don't need cryptographically strong UUIDs, so we can generate all our UUIDs with Util.threadLocalRandomUUID() instead.
Attachments
Issue Links
- is related to
-
JGRP-2578 Replace SecureRandom with ThreadLocalRandom where possible
-
- Resolved
-