Update modules submodule to ee127dd - #1538
Merged
Merged
Conversation
added 2 commits
September 21, 2026 18:02
Advance lib/modules to merged cpp_client_telemetry_modules PR #359, which defers synchronous HTTP response processing to the EXP message worker. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 31ae858c-f4c3-4ab4-8191-a6f7d65ae25b
Kyrylo Hrechykhin (kyrylo-hrechykhin-msft)
requested a review
from a team
as a code owner
September 21, 2026 16:03
bmehta001
enabled auto-merge (squash)
September 21, 2026 17:30
bmehta001
approved these changes
Sep 21, 2026
bmehta001
deleted the
user/khrechykhin/fix-crash-on-response-deadlock
branch
September 21, 2026 17:30
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.
Summary
Updates the
lib/modulessubmodule from7bd8b516e2d93d1704834e0895733ae7bc2d1f43toee127dd18d0c702b55dd662306d09c781c271f3b.Included modules changes
actions/cachefrom v5 to v6.actions/checkoutfrom v6 to v7.actions/setup-javafrom v5 to v6.EXP fix
The EXP change prevents
ExpCommon::OnHttpResponse()from re-entering the non-recursive client state mutex when an HTTP transport invokes the response callback synchronously fromSendRequestAsync().Related bug: 5737445
Scope
This PR changes only the
lib/modulessubmodule pointer. The implementation and tests were reviewed and merged independently in the modules repository.