Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
EventEngine::RunAfter: OutlierDetection LB Policy (grpc#30040)
Browse files Browse the repository at this point in the history
* EventEngine::RunAfter: OutlierDetection LB Policy

* iwyu, clang format, fix_auto_deps

* fix TSAN: EjectionTimer needs no cleanup on cancellation

* redo

* exec_ctx and fix use after move

* handle orphaning with an unset timer handle

* Automated change: Fix sanity tests

* reviewer feedback

Co-authored-by: drfloob <drfloob@users.noreply.github.com>
  • Loading branch information
drfloob and drfloob authored Dec 8, 2022
1 parent 322e852 commit 7eb99ba
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 178 deletions.
4 changes: 1 addition & 3 deletions src/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4245,8 +4245,6 @@ grpc_cc_library(
language = "c++",
deps = [
"channel_args",
"closure",
"error",
"grpc_outlier_detection_header",
"iomgr_fwd",
"json",
Expand All @@ -4259,11 +4257,11 @@ grpc_cc_library(
"validation_errors",
"//:config",
"//:debug_location",
"//:exec_ctx",
"//:gpr",
"//:grpc_base",
"//:grpc_client_channel",
"//:grpc_trace",
"//:iomgr_timer",
"//:orphanable",
"//:ref_counted_ptr",
"//:server_address",
Expand Down
Loading

0 comments on commit 7eb99ba

Please sign in to comment.