Andy Edison

Results 9 comments of Andy Edison

On top of it being very unfortunate that this ability doesn't exist for the mac and linux versions, but there is nary a mention of this in the documentation for...

I'm interesting in this. I'm a little green when it comes to Go, and would want to chat about what the scope of work looks like before volunteering to take...

Targeted the wrong branch > will use https://github.com/github/gh-ost/pull/1422

No I agree, I doubt this is good enough for all cases. This was a bit of an experiment to see if increasing this time would prevent the errors we...

I've updated the PR and title+description to better represent what this change is. Instead of assuming that replication has resumed successfully after the timeout, I made the change to instead...

I made a fork/branch that produces what we see with our current version https://github.com/andyedison/vitess/tree/v20-18987-repro ```json "Inputs": [ { "OperatorType": "Route", "Variant": "None", "Keyspace": { "Name": "foobar_ks", "Sharded": true }, "FieldQuery":...

Here is a v23 based fork/branch that reproduces what is reported in the body of the issue https://github.com/andyedison/vitess/tree/v23-18987-repro ```json "Inputs": [ { "OperatorType": "Route", "Variant": "Scatter", "Keyspace": { "Name": "foobar_ks",...

Finalizing some changes that I'll open in a PR that I think might resolve the issue

I cherry picked this fix into my fork reproducing our bug in https://github.com/vitessio/vitess/issues/18987 and confirmed that it does the expected `Variant: None` ```json "Inputs": [ { "InputName": "SubQuery", "OperatorType": "Limit",...