Juanli Shen
1a81d985d8
Merge pull request #16307 from AspirinSJL/revert_c_to_tf
...
Revert to TRANSIENT_FAILURE during backoff
6 years ago
Vijay Pai
472b9327c0
Merge pull request #16374 from vjpai/census
...
Move a census file from src/cpp to src/core since core depends on it
6 years ago
Vijay Pai
616b5d798a
Cast an index to size_t to avoid sign-conversion warning
6 years ago
Juanli Shen
25f7d0f6f4
Revert to TRANSIENT_FAILURE during backoff
6 years ago
Mark D. Roth
8ba4563629
Merge pull request #16373 from markdroth/mu_guard_cleanup
...
Move C++ mu_guard class out of C-core public headers and fix style.
6 years ago
Mark D. Roth
aad7884233
Code review changes.
6 years ago
Mark D. Roth
bf941c1b7c
Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels
6 years ago
Juanli Shen
b8972046b4
Merge pull request #16306 from AspirinSJL/pf_check_state_before_watch
...
PF: Check connectivity state before watching
6 years ago
Yash Tibrewal
3bb0cd7769
Merge pull request #16375 from yashykt/nulcheck
...
Add a nullptr check
6 years ago
Mark D. Roth
e9e92d443c
Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels
6 years ago
Mark D. Roth
4d6f002780
Code review changes and fix threading bug in test.
6 years ago
Naresh
a20e2073c1
Configure module level loggers with basicConfig()
...
Module level loggers were introduced to gRPC Python in 06e1683
, but
missed configuring these, leading to 'No handler found for module'
errors. Using the root logger implicitly calls basicConfig() which does
the basic configuration for the logging system by creating a
StreamHandler with a default Formatter and adding it to the logger. But
this is not the case for module level loggers.
Fix this issue by explicitly calling logging.basicConfig().
6 years ago
Mehrdad Afshari
0a1d0d25a2
Merge pull request #16372 from mehrdada/remove-proto-js_embed-hack
...
Remove protobuf js_embed hack
6 years ago
Vijay Pai
e28ed218dd
Merge pull request #16273 from codebender/update_cli_instructions
...
Update instructions to include how to satisfy gFlags prerequisite on a Mac
6 years ago
Yash Tibrewal
b22c3009d4
Fix typo
6 years ago
Juanli Shen
d19fd1c689
PF: Check connectivity state before watching
6 years ago
Yash Tibrewal
d9f4c76356
Add a nullptr check
6 years ago
Vijay Pai
ccc4771630
Fix Bazel BUILD
6 years ago
Vijay Pai
79851428e9
Add a sanity check to avoid reintroducing dependence on cpp by core
6 years ago
Vijay Pai
381bcab8bd
Move a file from src/cpp to src/core since core depends on it
6 years ago
Juanli Shen
61dabce400
Merge pull request #16289 from AspirinSJL/warn_api_use
...
Add warning about AsyncNotifyWhenDone bug
6 years ago
Mark D. Roth
7a7e4f5652
Move C++ mu_guard class out of C-core public headers and fix style.
6 years ago
Mehrdad Afshari
981f19bed2
Remove protobuf js_embed hack
6 years ago
Yash Tibrewal
052beefdec
Add further comments
6 years ago
Yang Gao
7e4be89014
Merge pull request #16368 from grpc/revert-16214-order_order_please
...
Revert "Add more filter priority levels"
6 years ago
Mehrdad Afshari
7a05322cf8
Merge pull request #16364 from geckovia/improve-pypy-compatibility
...
Improve Pypy compatibility
6 years ago
Michael Lumish
44f1270649
Merge pull request #15175 from murgatroid99/node_perf_tests_again
...
Add Node perf tests for both implementations
6 years ago
Noah Eisen
04bbe6483f
Merge pull request #16365 from haberman/build-file-fix
...
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
6 years ago
Yang Gao
b840d5e45c
Revert "Add more filter priority levels"
6 years ago
Josh Haberman
8a80364a9f
Cleaned up BUILD file, which fixed a dependency problem with protobuf.
6 years ago
Paul Petit
33e5c0d091
Replace is by == for a status comparison
...
This worked fine with CPython, but the condition
was always evaluated to False with Pypy, causing
bugs down the road.
Tested with Pypy 6.0.
6 years ago
Vijay Pai
8a86f5329e
Merge pull request #16356 from vjpai/exhaustion
...
C++ sync server: Return status RESOURCE_EXHAUSTED if no thread quota available
6 years ago
David G. Quintas
a45e38622e
Merge pull request #16054 from dgquintas/pf_ppicks_fix
...
Fixed ordering in adding pending picks to PF
6 years ago
Noah Eisen
2cb3e823bf
Merge pull request #16361 from ncteisen/php
...
Add Error Checking for Server Args in PHP
6 years ago
Vijay Pai
16f738359d
Make sure that we actually saw some resource exhaustion if applicable
6 years ago
ncteisen
befcfee767
Add error checking for server args in PHP
6 years ago
ncteisen
3f002567c4
Add error checking for server args in PHP
6 years ago
Vijay Pai
9c32dab63d
Expand comment based on reviewer feedback
6 years ago
Mark D. Roth
4c4e51d568
Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels
6 years ago
David Garcia Quintas
d08ea3025b
Fixed ordering in adding pending picks to PF
6 years ago
ncteisen
70ef911343
Add C++ support for GetServers
6 years ago
ncteisen
47edf79e3a
Merge branch 'channelz-server' into channelz-cpp-server
6 years ago
ncteisen
632b58cb82
regenerate projects
6 years ago
ncteisen
408f64c3a1
Merge branch 'channelz-server' into channelz-cpp-server
6 years ago
ncteisen
f3c600f335
Fix up C++ test to be more stable
6 years ago
Vijay Pai
da786c2dcf
Merge pull request #16354 from vjpai/tidy
...
Match parameter name in definition to declaration
6 years ago
Vijay Pai
d9781df474
Address reviewer comments
6 years ago
Juanli Shen
8e354419f4
Fix LR test
6 years ago
ncteisen
3aa987a29a
Add channelz server support
6 years ago
Vijay Pai
14ad82a76d
Create a new method handler for resource exhaustion and tie into thread mgr
6 years ago