Skip to content

Revert "Allow for better parallelization with brokered services" - #85014

Merged
jasonmalinowski merged 1 commit into
mainfrom
revert-82733-allow-better-parallelization
Aug 25, 2026
Merged

Revert "Allow for better parallelization with brokered services"#85014
jasonmalinowski merged 1 commit into
mainfrom
revert-82733-allow-better-parallelization

Conversation

@jasonmalinowski

@jasonmalinowski jasonmalinowski commented Aug 24, 2026

Copy link
Copy Markdown
Member

Reverts #82733. This still seemed to cause perf regressions, even though the runs from the PR validation were fine.

Microsoft Reviewers: Open in CodeFlow

Copilot AI lite review requested due to automatic review settings August 24, 2026 22:05
@jasonmalinowski
jasonmalinowski requested a review from a team as a code owner August 24, 2026 22:05
@jasonmalinowski jasonmalinowski self-assigned this Aug 24, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 2 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts a prior change in Roslyn’s remote brokered service JSON-RPC connection setup that disabled the default (non-concurrent) synchronization context, restoring the previous sequential-processing behavior for incoming RPC calls.

Changes:

  • Removes the override that sets jsonRpc.SynchronizationContext = null in the remote service connection setup.
  • Restores default JSON-RPC synchronization-context behavior (as provided by the base ServiceJsonRpcDescriptor implementation).
Show a summary per file
File Description
src/Workspaces/Remote/Core/ServiceDescriptor.cs Reverts the JSON-RPC synchronization-context override to restore the prior request scheduling behavior.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

@jasonmalinowski
jasonmalinowski merged commit db9d3ac into main Aug 25, 2026
25 checks passed
@jasonmalinowski
jasonmalinowski deleted the revert-82733-allow-better-parallelization branch August 25, 2026 22:12
@dotnet-policy-service dotnet-policy-service Bot added this to the Next milestone Aug 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants