Update dskit and adjust memcached interface signature#5604
Merged
zalegrala merged 2 commits intografana:mainfrom Sep 3, 2025
Merged
Update dskit and adjust memcached interface signature#5604zalegrala merged 2 commits intografana:mainfrom
zalegrala merged 2 commits intografana:mainfrom
Conversation
7babd7c to
9f944b9
Compare
javiermolinar
approved these changes
Sep 3, 2025
electron0zero
approved these changes
Sep 3, 2025
ie-pham
pushed a commit
that referenced
this pull request
Apr 8, 2026
* Update dskit and adjust memcached interface signature * Generate config manifest
ie-pham
added a commit
that referenced
this pull request
Apr 9, 2026
* chore(deps): update grpc to v1.79.3, otel to v1.40.0, dskit, and gomemcache Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(deps): update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] (main) (#6518) * fix(deps): update module go.opentelemetry.io/otel/sdk to v1.40.0 [security] | datasource | package | from | to | | ---------- | ---------------------------- | ------- | ------- | | go | go.opentelemetry.io/otel/sdk | v1.38.0 | v1.40.0 | | go | go.opentelemetry.io/otel/sdk | v1.39.0 | v1.40.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> * include missing implementation --------- Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: javiermolinar <javimolina@fastmail.com> * Update dskit and adjust memcached interface signature (#5604) * Update dskit and adjust memcached interface signature * Generate config manifest * [rhythm] Add endpoint for partition downscaling (#4913) * Add endpoint for partition downscaling Introduce `/ingester/prepare-partition-downscale` endpoint to manage ingester partition states. This enables transitions between ACTIVE and INACTIVE states, supporting partition downscaling. Signed-off-by: Mario <mariorvinas@gmail.com> * chlog * Add partition downscale integration tests * fmt * Remove unused code * More stable? * Unnecessary cleanup * Fix harder * Implement missing method * pls * Return partition state * fix * switch * comment --------- Signed-off-by: Mario <mariorvinas@gmail.com> * manifest.md * chore: fix vendor after cherry-pick of 6b3e4a5 Remove e2e vendor files added by the cherry-pick that are inconsistent with the pinned go.mod version. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * revert: undo cherry-pick of 6b3e4a5 (partition downscaling feature) Cherry-pick brought in too much unrelated feature code for a release branch: new integration tests, production code, and an e2e dependency upgrade. Will apply the minimal fix (GetSubringForOperationStates on mockRing) manually instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: add GetSubringForOperationStates to mockRing to satisfy ring.ReadRing interface Required by dskit upgrade; method added to ring.ReadRing interface. Minimal manual fix — no suitable targeted cherry-pick available. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * manifest.md --------- Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Signed-off-by: Mario <mariorvinas@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: javiermolinar <javimolina@fastmail.com> Co-authored-by: Zach Leslie <zach.leslie@grafana.com> Co-authored-by: Mario <mariorvinas@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.mdupdated - the order of entries should be[CHANGE],[FEATURE],[ENHANCEMENT],[BUGFIX]