Shlomi Noach

Results 78 issues of Shlomi Noach

> [!NOTE] > This release is scheduled for Thu 27 Jun 2024. > [!IMPORTANT] > Please **do not** edit the content of the Issue's body manually. > The **vitess-releaser** tool...

Component: General
Type: Release

## Description This is a long overdue cleanup PR, removing support for a long since unused `revert` syntax. To revert a migration, we use this syntax: `revert vitess_migration '

Type: Internal Cleanup
Component: Online DDL

## Description This PR refactors the following logic out of onlineddl/executor/vrepl and into `schemadiff`, or otherwise simplifies it on onlineddl's side of things: - Reading table columns - Analyzing column...

Type: Internal Cleanup
Type: Enhancement
NeedsDescriptionUpdate
NeedsWebsiteDocsUpdate
Component: Online DDL
NeedsBackportReason

## Description Incremental PR in the Tablet Throttler multi-metric series of PRs as per https://github.com/vitessio/vitess/pull/16012 and merging into https://github.com/vitessio/vitess/pull/16012. This PR merely introduces (and does not use yet) two noteworthy...

Type: Enhancement
Component: Throttler

## Description Submitting two changes in Online DDL CI for things I stumbled upon: 1. In "Online DDL flow" CI, used in Upgrade/Downgrade - wasn't waiting properly for migration to...

Component: Build/CI
Type: CI/Build
Component: Online DDL

## This PR is the incremental version of https://github.com/vitessio/vitess/pull/15988, and will be the base of multiple coming up PR merges. DO NOT MERGE ## Description This PR adds multi-metrics support...

Type: Bug
Type: Enhancement
NeedsWebsiteDocsUpdate
Component: Throttler

## Description This PR does some internal refactoring/cleanup without changing behavior. We give `ColumnDefinitionEntity` some more brainpower, cleanup column diffing (introducing `SetExplicitCharsetCollate` and simplifying `ColumnDiff()`. ## Related Issue(s) As part...

Type: Internal Cleanup
Component: Query Serving

`vitess` migrations require some analysis on participating columns (type, nullability, etc.) and of the table's unique keys (fiding an appropriate iteration key for the migration). That analysis takes place today...

Type: Enhancement
Component: Online DDL