apurtell opened a new pull request, #2442:
URL: https://github.com/apache/phoenix/pull/2442

   `ConcurrentMutationsIT` installs a custom `EnvironmentEdge`, and the test 
thread calls `setAdvance(false)` to freeze time so two mutations share a 
timestamp. However, `MyClock.shouldAdvance` is not volatile, so the JMM does 
not require regionserver handler threads in the same JVM to observe the freeze, 
and in practice they keep advancing time, causing mutations expected to share a 
timestamp to diverge and producing non-deterministic index-scrutiny results, 
with the shared `ParallelStatsDisabled` mini-cluster amplifying the race.


-- 
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]

Reply via email to