You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Across various build environments the behaviour of RNG in a system may change, if they use from_entropy for instance.
Or even just compilation might produce different ordering of rng writes and reads.
It should behave the same only with the same build.
For example: we can run the original binary, it should yield the same result with the same SEED.
Alternatively: Ensure build environment is the same (compiler, os, commit).
Should add some caveat about this in docs + output on how to reproduce when madsim cluster crashes.
The text was updated successfully, but these errors were encountered:
Initially observed here: risingwavelabs/risingwave#7901
Across various build environments the behaviour of RNG in a system may change, if they use
from_entropy
for instance.Or even just compilation might produce different ordering of rng writes and reads.
It should behave the same only with the same build.
For example: we can run the original binary, it should yield the same result with the same SEED.
Alternatively: Ensure build environment is the same (compiler, os, commit).
Should add some caveat about this in docs + output on how to reproduce when madsim cluster crashes.
The text was updated successfully, but these errors were encountered: