[8.2] [MOD-12694] [MOD-12069] Add active_coord_threads metric#7623
Merged
[8.2] [MOD-12694] [MOD-12069] Add active_coord_threads metric#7623
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.2 #7623 +/- ##
==========================================
- Coverage 89.50% 89.49% -0.02%
==========================================
Files 253 253
Lines 41202 41205 +3
Branches 3725 3725
==========================================
- Hits 36879 36875 -4
- Misses 4274 4281 +7
Partials 49 49
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JoanFM
approved these changes
Dec 3, 2025
Collaborator
Author
|
/backport |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.8
git worktree add -d .worktree/backport-7623-to-2.8 origin/2.8
cd .worktree/backport-7623-to-2.8
git switch --create backport-7623-to-2.8
git cherry-pick -x a8ecd326dc02358ae1171787f60bc233fce1cff2 |
Contributor
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin 2.10
git worktree add -d .worktree/backport-7623-to-2.10 origin/2.10
cd .worktree/backport-7623-to-2.10
git switch --create backport-7623-to-2.10
git cherry-pick -x a8ecd326dc02358ae1171787f60bc233fce1cff2 |
meiravgri
added a commit
that referenced
this pull request
Dec 7, 2025
* backport 7546 * move idfed cpp (cherry picked from commit a8ecd32)
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.
backport of #7546 to
8.2.MOD-12823 Also fix
TestMetricUpdateDuringCallbackrace condition (pr #7605 )Note
Expose coordinator thread activity as
active_coord_threadsin INFO MODULES, add supporting API, remove unused worker check, and update tests (including race fix).active_coord_threadstoMultiThreadingStats, computed viaConcurrentSearchPool_WorkingThreadCount()and exposed inAddToInfo_MultiThreadingassearch_active_coord_threads.ConcurrentSearchPool_WorkingThreadCount()insrc/concurrent_ctx.cand declare inconcurrent_ctx.h.extern "C") toconcurrent_ctx.handcoord/rmr/rq.h.workersThreadPool_isCreated()and its usage/assertion.TestMetricUpdateDuringCallback.active_coord_threads(0 when idle; equals paused query count for coordinator onFT.AGGREGATEin cluster) and include field in multi-threading checks.Written by Cursor Bugbot for commit 202b21d. This will update automatically on new commits. Configure here.