Skip to content

MINOR : Corrected the stdout parsing in ShareConsumerPerformanceService#21473

Merged
AndrewJSchofield merged 1 commit intoapache:trunkfrom
chirag-wadhwa5:MINOR-test-correction
Feb 13, 2026
Merged

MINOR : Corrected the stdout parsing in ShareConsumerPerformanceService#21473
AndrewJSchofield merged 1 commit intoapache:trunkfrom
chirag-wadhwa5:MINOR-test-correction

Conversation

@chirag-wadhwa5
Copy link
Collaborator

@chirag-wadhwa5 chirag-wadhwa5 commented Feb 13, 2026

The ShareConsumerPerformanceService runs the
kafka-share-consumer-perf-test.sh script and parses its stdout to
further report the performance numbers. The script's output format is as
follows ->

start.time, end.time, data.consumed.in.MB, MB.sec, nMsg.sec, data.consumed.in.nMsg, fetch.time.ms

One of the fields it tried to read is records_per_sec. As per the
current code, it parses the wrong value (instead of reading the 5th
value (nMsg.sec), it reads the 6th one (data.consumed.in.nMsg)). This PR
corrects that.

Reviewers: Andrew Schofield aschofield@confluent.io

@github-actions github-actions bot added triage PRs from the community tests Test fixes (including flaky tests) small Small PRs labels Feb 13, 2026
@chirag-wadhwa5 chirag-wadhwa5 changed the title Corrected the stdout parsing in ShareConsumerPerformanceService MINOR: Corrected the stdout parsing in ShareConsumerPerformanceService Feb 13, 2026
@chirag-wadhwa5 chirag-wadhwa5 changed the title MINOR: Corrected the stdout parsing in ShareConsumerPerformanceService MINOR : Corrected the stdout parsing in ShareConsumerPerformanceService Feb 13, 2026
@AndrewJSchofield AndrewJSchofield added KIP-932 Queues for Kafka ci-approved and removed triage PRs from the community labels Feb 13, 2026
@AndrewJSchofield AndrewJSchofield merged commit 9e1f91d into apache:trunk Feb 13, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approved KIP-932 Queues for Kafka small Small PRs tests Test fixes (including flaky tests)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants