Replies: 1 comment 2 replies
-
Hi @rnblough if I'm understanding this correctly, you would like to be able to replay a set of commands that occurred on one cluster onto a different test cluster using freon. The simplest thing seems like making a freon command that takes an OM audit log, which has every read and write request that was executed, and translating this into a set of operations to perform on the other cluster. There would be a few things to note if considering this:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unsurprisingly this is for support and testing purposes. What I really hope to be able to accomplish is reproducing problems from clusters too huge to be replicated on a much smaller cluster, because they will both have three OMs/SCMs, and freon can specify updates with sufficient granularity.
First pass at some problems needing solving:
Beta Was this translation helpful? Give feedback.
All reactions