rzo1 opened a new pull request, #8989: URL: https://github.com/apache/storm/pull/8989
`MessageId.generateId` drew from `java.util.Random`, a 48-bit linear congruential generator whose internal state can be recovered from two consecutive outputs, making subsequent ids predictable. Replaced with a key-stream generator that subclasses `java.util.Random`, so `Executor.rand` and `MessageId.generateId(Random)` are unchanged. Adds `MessageIdTest` and extends `SpoutExecutorTest`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
