-
Notifications
You must be signed in to change notification settings - Fork 732
Fix potential segfault on query termination and add metric for # of queries per pool #28293
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
Conversation
|
🟢 |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ ⚪ Ya make output | Test bloat | Test bloat
⚪ Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
⚪ ⚪ Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-28293-to-stable-25-3
git worktree add --checkout .worktree/backport-28293-to-stable-25-3 backport-28293-to-stable-25-3
cd .worktree/backport-28293-to-stable-25-3
git reset --hard HEAD^
git cherry-pick -x f29a32abb2ff2cc99d392345c9dc5bb71411f2b2
git push --force-with-lease |
|
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-28293-to-stable-25-3-1
git worktree add --checkout .worktree/backport-28293-to-stable-25-3-1 backport-28293-to-stable-25-3-1
cd .worktree/backport-28293-to-stable-25-3-1
git reset --hard HEAD^
git cherry-pick -x f29a32abb2ff2cc99d392345c9dc5bb71411f2b2
git push --force-with-lease |
Changelog entry
Fix potential segfault on query termination and add metric for # of queries per pool (#27552)
Changelog category