Michael Demmer
Michael Demmer
Can you please publish a new version to npm since I'd like to be able to run with the fix from 73719b0070721ac50115f8895ca799dc6acedd74. Thanks!
## Description Implement a simple single-pass scan through the list of tablets that both randomly shuffles the set and pulls the same-cell hosts to the front of the list. This...
Mocha has its own uncaught exception handler which gets pre-empted by the one that grunt installs. Temporarily remove the grunt one while mocha is running to let it handle the...
Currently if any of the mocha tests called from within grunt simplemocha fail, it emits an error like: ``` Warning: Task "simplemocha:server" failed. Use --force to continue. Error: Task "simplemocha:server"...
## Description Manually generate the exported autoload map in sorted order. ## Details At Slack we commit the vendor autoload map to source control, which makes diffs hard to comprehend...
### Feature Description # RFC: vtgateproxy Proposal to introduce a new `vtgateproxy` vitess component. This process would sit between the client application (typically as a sidecar on the same host)...
Add website command line and feature doc for https://github.com/vitessio/vitess/pull/16351
## Description Implement an optional flow-based tablet balancer. The motivation and algorithm is described more in https://github.com/vitessio/vitess/issues/12241 and in a long comment in the code. In brief, the goal of...
# Description The normalizer should collapse each value row in a bulk insert into a single normalized list for each column. This prevents the plan cache at vtgate and vttablet...
### Feature Description As part of developing the vtgateproxy (#16045) we needed to make a couple minor enhancements to the vtgate grpc interface: 1. Expose the CloseSession method so callers...