Merge pull request #10813 from apolcyn/fix_conn_watch_mem_accum
get rid of connectivity state watchers right after timeout
No related branches found
No related tags found
Showing
- CMakeLists.txt 32 additions, 0 deletionsCMakeLists.txt
- Makefile 36 additions, 0 deletionsMakefile
- build.yaml 12 additions, 0 deletionsbuild.yaml
- grpc.def 1 addition, 0 deletionsgrpc.def
- include/grpc/grpc.h 6 additions, 0 deletionsinclude/grpc/grpc.h
- src/core/ext/filters/client_channel/channel_connectivity.c 53 additions, 24 deletionssrc/core/ext/filters/client_channel/channel_connectivity.c
- src/core/ext/filters/client_channel/client_channel.c 108 additions, 7 deletionssrc/core/ext/filters/client_channel/client_channel.c
- src/core/ext/filters/client_channel/client_channel.h 5 additions, 1 deletionsrc/core/ext/filters/client_channel/client_channel.h
- src/ruby/ext/grpc/rb_grpc_imports.generated.c 2 additions, 0 deletionssrc/ruby/ext/grpc/rb_grpc_imports.generated.c
- src/ruby/ext/grpc/rb_grpc_imports.generated.h 3 additions, 0 deletionssrc/ruby/ext/grpc/rb_grpc_imports.generated.h
- test/core/surface/concurrent_connectivity_test.c 67 additions, 2 deletionstest/core/surface/concurrent_connectivity_test.c
- test/core/surface/num_external_connectivity_watchers_test.c 221 additions, 0 deletionstest/core/surface/num_external_connectivity_watchers_test.c
- test/core/surface/sequential_connectivity_test.c 3 additions, 0 deletionstest/core/surface/sequential_connectivity_test.c
- tools/run_tests/generated/sources_and_headers.json 17 additions, 0 deletionstools/run_tests/generated/sources_and_headers.json
- tools/run_tests/generated/tests.json 24 additions, 0 deletionstools/run_tests/generated/tests.json
- vsprojects/buildtests_c.sln 27 additions, 0 deletionsvsprojects/buildtests_c.sln
- vsprojects/vcxproj/test/num_external_connectivity_watchers_test/num_external_connectivity_watchers_test.vcxproj 199 additions, 0 deletions...hers_test/num_external_connectivity_watchers_test.vcxproj
- vsprojects/vcxproj/test/num_external_connectivity_watchers_test/num_external_connectivity_watchers_test.vcxproj.filters 21 additions, 0 deletions...t/num_external_connectivity_watchers_test.vcxproj.filters
Loading
Please register or sign in to comment