358303772 endpoint manager clean up to reduce chance of countDownLatch crash

This commit is contained in:
hai007
2021-02-19 11:31:40 -08:00
parent a745acb0d6
commit da0de8973b
3 changed files with 56 additions and 11 deletions
+3
View File
@@ -22,6 +22,9 @@ class FeatureFlags {
// first one.
bool disallow_out_of_order_bwu_avail_event = true;
bool enable_async_bandwidth_upgrade = true;
// Let endpoint_manager erase deleted endpoint from endpoints_ inside
// function RemoveEndpoint.
bool endpoint_manager_ensure_workers_terminated_inside_remove = true;
};
static const FeatureFlags& GetInstance() {