Noah Eisen
d7fe925727
Merge pull request #16027 from ncteisen/spam
...
Reduce Spammy Logs
7 years ago
ncteisen
a99f776f6f
Reduce spammy logs
7 years ago
Nathaniel Manista
0858d11e45
Merge pull request #16002 from ghostwriternr/python_bazel_3
...
Kokoro setup for building gRPC Python with Bazel.
7 years ago
Juanli Shen
4f840eafec
Merge pull request #15853 from AspirinSJL/load_reporting_service
...
Add server load reporting service
7 years ago
Juanli Shen
be40b0d3a8
Add server load reporting service
7 years ago
adelez
f9f5c67aff
Merge pull request #16011 from adelez/foundry2
...
Step 3 of multipool RBE configuration.
7 years ago
Adele Zhou
8edd56841e
Step 3 of multipool RBE configuration.
7 years ago
Naresh
ebcf04d075
Kokoro setup for building gRPC Python with Bazel
...
In preparation for #8079 , new CI tests have to be added to Kokoro for
testing gRPC Python with Bazel.
python-dev has to installed so that Python.h headers are available for
building Cython code.
7 years ago
Sree Kuchibhotla
7cb6e9dca7
Merge pull request #15962 from sreecha/fix-dns-job
...
Move executor implementation into GrpcExecutor class
7 years ago
Matt Kwong
351f0bb5c1
Merge pull request #16006 from ghostwriternr/update-bazel
...
Upgrade Bazel to 0.15.0
7 years ago
adelez
92d8211613
Merge pull request #15991 from adelez/foundry2
...
Step 2 of configuring the bazel tests for running with multipool RBE: use the platform config for all bazel tests.
7 years ago
Naresh
b6518afdd6
Upgrade Bazel to 0.15.0
7 years ago
Adele Zhou
61cea06bcc
Apply platforms config to ubsan and msan like the other builds.
7 years ago
Sree Kuchibhotla
69e5dfff86
Handle multiple invocations of grpc_executor_shutdown()
7 years ago
Yash Tibrewal
471a9834c4
Merge pull request #15994 from yashykt/pingdoc
...
GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sens…
7 years ago
Mark D. Roth
4decd144dc
Merge pull request #15896 from markdroth/client_channel_refactor
...
Refactor resolver result callback
7 years ago
Mehrdad Afshari
ea44d93891
Merge pull request #15998 from grpc/v1.13.x
...
Upmerge changes from v1.13.x to master.
7 years ago
Jan Tattermusch
8c2eeee322
Merge pull request #15975 from jtattermusch/netcore_shutdown_hooks
...
Remove C# shutdown hook on .NET Core (for v1.13.x)
7 years ago
Sree Kuchibhotla
37e4990be3
replace new/delete with grpc_core::New and grpc_core::Delete
7 years ago
Sree Kuchibhotla
8aefdd3653
use a global executor pointer that is initialized by grpc_executor_init()
7 years ago
Sree Kuchibhotla
f0ed1a2878
Create on first use pattern for initializing global executor
7 years ago
Yash Tibrewal
fa0373c599
GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server
7 years ago
David G. Quintas
ea75af5e97
Merge pull request #15947 from dgquintas/rr_ppicks_fix
...
Fixed ordering in adding pending picks to RR
7 years ago
Sree Kuchibhotla
a0a81a1386
remove unnecessary header
7 years ago
Matt Kwong
f2cd616329
Merge pull request #15918 from matt-kwong/rbe-unknown
...
Enable uploading UNKNOWN results for RBE
7 years ago
Sree Kuchibhotla
4b88f3ba0c
Merge branch 'master' into fix-dns-job
7 years ago
Sree Kuchibhotla
d6f4d9ccbe
Merge branch 'master' into fix-dns-job
7 years ago
Sree Kuchibhotla
7b8a6b6851
More PR comments; useful tracing
7 years ago
Mark D. Roth
4f0dec7fcc
Refactor resolver result callback.
7 years ago
Noah Eisen
a789ac3067
Merge pull request #15982 from ncteisen/channelz-registry
...
Rewrite Channelz Registry in Terms of Inlined Vector
7 years ago
ncteisen
e57fae7ab3
Remove unneeded include
7 years ago
ncteisen
664ba4fac4
Add note about on-by-default
7 years ago
ncteisen
2fe4938401
Reviewer comments
7 years ago
ncteisen
aca5043ca3
Rewrite channelz registry in terms of inlined vector
7 years ago
Sree Kuchibhotla
1e69b7c0a5
Rename grpc_executor_job_type to C++ style name
7 years ago
David Garcia Quintas
8427571d06
fix test comment and small code tweak
7 years ago
David Garcia Quintas
50409fea27
Simplified the test significantly. No more threads
7 years ago
David Garcia Quintas
30d39c4738
Clarify new test comment
7 years ago
Yang Gao
af74fc4bb0
Merge pull request #15978 from yang-g/hanging_transport
...
Do not start timer if transport is closed.
7 years ago
Sree Kuchibhotla
02872df249
more code review comments
7 years ago
David Garcia Quintas
e41cae3081
Added TODO
7 years ago
Sree Kuchibhotla
8cc3a003a1
Fix typo
7 years ago
Jiangtao Li
fbdfa90c69
Merge pull request #15979 from jiangtaoli2016/fix_race
...
fix potential race condition in ALTS integrity-only extra-copy mode
7 years ago
Sree Kuchibhotla
83d0bfa3db
address code review comemnts
7 years ago
jiangtaoli2016
581cbeffdf
fix potential race condition in ALTS integrity-only extra-copy mode
7 years ago
yang-g
acb863ca31
Do not start timer if transport is closed.
7 years ago
Jan Tattermusch
4ba4d18960
Merge pull request #15964 from matt-kwong/fix-dart
...
Fix Dart interop tests by upgrading to Dart 2
7 years ago
Jan Tattermusch
f5b19665cc
add a TODO
7 years ago
Jan Tattermusch
df332f36ff
explain the shutdown hooks in detail
7 years ago
Chris Bacon
cd01eef931
Remove C# shutdown hook on .NET Core
7 years ago