Florent Poinsard

Results 38 issues of Florent Poinsard

## Description This PR is a follow up of https://github.com/vitessio/vitess/pull/14947, where we added two new metrics but in the end we would like to rename to `TabletQueryPlanCache` for more clarity...

Type: Internal Cleanup
Component: Observability
NeedsDescriptionUpdate
Component: VTTablet
Backport to: release-20.0

## Description This PR modifies the v20 release notes to mention that `QueryCacheXX` does not refer to an actual query cache but rather to a query plan cache. The metrics...

Type: Internal Cleanup
Component: Observability
Component: Documentation
Backport to: release-20.0

## Description For this third term of the 2024 LFX mentorship program, we would like to add more getting started guides and code examples to help new users of Vitess...

documentation
examples

## Description ## Related Issue(s) ## Checklist - [ ] "Backport to:" labels have been added if this change should be back-ported to release branches - [ ] If this...

NeedsDescriptionUpdate
NeedsWebsiteDocsUpdate
NeedsIssue
NeedsBackportReason

## Description This PR fixes the release workflow that build and push the release artefacts to a new release. This failed very recently as we released `v21.0.0-rc1`: https://github.com/vitessio/vitess/actions/runs/11339640858. As of...

Type: Bug
Component: Build/CI
Type: Release
Backport to: release-21.0

## Description This is a follow-up of https://github.com/vitessio/vitess/pull/16759 where we had reverted recent changes to the docker build github action workflow. This PR re-adds some of the changes we had...

Type: CI/Build
Component: Docker

## Description We recently changed the name of the `vitess-tester` repository to `vt`. This PR reflects the change needed in vitess. https://github.com/vitessio/vt Backporting this to all branches as it might...

Type: Internal Cleanup
Component: Build/CI
Backport to: release-18.0
Backport to: release-19.0
Backport to: release-20.0
Backport to: release-21.0

## Description Small follow up of the v21.0.0 code freeze. Since we created a new release branch, I am adding it to the Golang Upgrade GH Workflow.

Type: Internal Cleanup
Component: Build/CI

Moving https://github.com/vitessio/vitess/issues/14766 here as it is related to the vitess-operator. cc @GenLN as the original author. ----- ### Overview of the Issue This is not working for 2 vitess cluster...

There is a lot of duplicated code in our end-to-end tests that can easily be simplified by extracting some core functions into shared shell functions. This will make the tests...