Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v23.2.x] Added metric representing bytes read from follower #15831

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #15799
Fixes: #15829,

Since it is hard to validate if Follower Fetching feature is working
correctly we add a separate `bytes_fetched_from_follower_total` metric
that counts bytes that were read from the follower. This will make it
very easy to validate if consumers are reading from the closest replica.
Note: follower fetched bytes are also accounted to overall bytes read.

Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 44479e7)
Signed-off-by: Michal Maslanka <michal@redpanda.com>
(cherry picked from commit 9d87132)
@vbotbuildovich vbotbuildovich added this to the v23.2.x-next milestone Dec 21, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Dec 21, 2023
@piyushredpanda
Copy link
Contributor

/dt

@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.22 Dec 21, 2023
@piyushredpanda piyushredpanda marked this pull request as ready for review December 21, 2023 15:17
@piyushredpanda
Copy link
Contributor

@mmaslankaprv test needs fixing

@piyushredpanda piyushredpanda modified the milestones: v23.2.22, v23.2.x-next Jan 17, 2024
Add a test checking that both old and new redpanda instances can
recover from each other during the upgrade process.

(cherry picked from commit 0dd5657)
@mmaslankaprv mmaslankaprv merged commit 5406f5a into redpanda-data:v23.2.x Jan 18, 2024
23 checks passed
@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.23 Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants