Skip to content

Fix 9436 describe task queue stats#9521

Open
sachinsharma3191 wants to merge 2 commits intotemporalio:mainfrom
sachinsharma3191:fix-9436-describe-task-queue-stats
Open

Fix 9436 describe task queue stats#9521
sachinsharma3191 wants to merge 2 commits intotemporalio:mainfrom
sachinsharma3191:fix-9436-describe-task-queue-stats

Conversation

@sachinsharma3191
Copy link

@sachinsharma3191 sachinsharma3191 commented Mar 15, 2026

Fix for #9436 is implemented and pushed.

Changes

In service/matching/matching_engine.go, replaced req.ReportStats with req.GetReportStats() so the legacy path uses the protobuf getter, consistent with the enhanced path.
Branch

fix-9436-describe-task-queue-stats

Remove usage of github.com/pkg/errors and replace with
standard library errors and fmt.Errorf wrapping.

Changes:
- common/finalizer/finalizer.go
- service/worker/migration/activities.go
- remove pkg/errors direct dependency via go mod tidy

Addresses part of temporalio#9244

Made-with: Cursor
…#9436)

Use GetReportStats() for consistent proto getter access in the legacy
DescribeTaskQueue path, matching the enhanced mode implementation.

Made-with: Cursor
@sachinsharma3191 sachinsharma3191 requested review from a team as code owners March 15, 2026 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant