Harshit Gangal
Harshit Gangal
It is a standalone tool, no other binary should be using it.
I think this would need website documentation.
can you merge `main` and push once, so that pending CI checks can run?
Would need to add in `release notes` for the new flag and what it means over https://github.com/vitessio/vitess/blob/main/doc/releasenotes/15_0_0_summary.md
DCO is failing, that needs to be fixed. I think the revert commit is not signed.
I have not yet figured out the issue. But, the issue is unrelated to vindexes. Another test that report query errors. 1. Take 2 unrelated tables. 2. Insert data into...
I think we just need a way to trigger buffering in schema migration. I do not think we are doing that today. Currently, buffering only happens when reparent operations happen...
Update: I think vttablet also have some buffering logic for migration, that needs to be relooked to understand more in detail as to what is going wrong.
looks like your protobuf version is old. try doing `make tools` and then `make proto`
Thank you @vmg for fixing the Benchmarks and reporting them here. The allocation that is getting shown is from the Put calls to the pool. Currently the resource object that...