Bill commented on a change in pull request #7449:
URL: https://github.com/apache/geode/pull/7449#discussion_r836848663
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/distributed/internal/P2PMessagingConcurrencyDUnitTest.java
##########
@@ -248,13 +338,18 @@ private static ClusterDistributionManager getCDM() {
* Left the field here in case it comes in handy later.
*/
private volatile int messageId;
- private final Random random;
-
- TestMessage(final InternalDistributedMember receiver,
- final Random random, final int messageId) {
+ private volatile Random random;
Review comment:
Fixed. Thank you!
--
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]