Sean Sullivan created FLINK-36208:
-------------------------------------
Summary: use ThreadLocalRandom in Flink AbstractID
Key: FLINK-36208
URL: https://issues.apache.org/jira/browse/FLINK-36208
Project: Flink
Issue Type: Improvement
Components: API / Core
Reporter: Sean SullivanFlink AbstractID currently uses a static instance of java.util.Random Consider using java.util.concurrent.ThreadLocalRandom for improved performance. -- This message was sent by Atlassian Jira (v8.20.10#820010)
