Skip to content

Commit

Permalink
enable work_serializer_dispatch (grpc#35891)
Browse files Browse the repository at this point in the history
<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes grpc#35891

COPYBARA_INTEGRATE_REVIEW=grpc#35891 from yousukseung:work_serializer ca36cde
PiperOrigin-RevId: 607380601
  • Loading branch information
yousukseung authored and copybara-github committed Feb 15, 2024
1 parent bb3edd2 commit ccc8017
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bazel/experiments.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions src/core/lib/experiments/experiments.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/core/lib/experiments/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,10 @@
Have the work serializer dispatch work to event engine for every callback,
instead of running things inline in the first thread that successfully
enqueues work.
expiry: 2024/02/10
owner: ctiller@google.com
expiry: 2024/03/31
owner: ysseung@google.com
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test", "lb_unit_test"]
requires: ["event_engine_client"]
- name: write_size_cap
description:
Limit outgoing writes proportional to the target write size
Expand Down

0 comments on commit ccc8017

Please sign in to comment.