Yash Tibrewal
986fa0ed58
reviewer comments
7 years ago
Mehrdad Afshari
0aa1bd2ed4
Ensure thread_pool is not None for grpc.Server
7 years ago
Yash Tibrewal
622f1a8934
Reviewer comment
7 years ago
Yash Tibrewal
dfe377eddc
Did not initialize len earlier
7 years ago
Yash Tibrewal
ecee4ac703
Use linux kernel version 2.6.37 to decide whether to use TCP_USER_TIMEOUT or not
7 years ago
Yash Tibrewal
1cfd81a604
Explain the newer semantics of grpc_error_add_child
7 years ago
Juanli Shen
f94d98833b
Remove unnecessary atm
7 years ago
Yash Tibrewal
2f8e60a773
Set TCP_USER_TIMEOUT socket option
7 years ago
Yash Tibrewal
97ceb5962c
Remove unwanted logs and also add status details to status error
7 years ago
Yash Tibrewal
85ff14dd16
Modify existing error child manipulation
7 years ago
Hope Casey-Allen
91cb48ad1a
Add timer tests for long running services
7 years ago
Vijay Pai
9e515951ac
size_t shouldn't have the value -1; switch to int
7 years ago
ZhouyihaiDing
461c910a8c
PHP: fix failed test 16392
7 years ago
Mark D. Roth
add72762a7
Fix round_robin to avoid negative size_t value.
7 years ago
Juanli Shen
49e74c087e
Simplify call arena size growth
7 years ago
ZhouyihaiDing
66a4efc5a8
PHP: fix failed test 16392
7 years ago
Juanli Shen
25f7d0f6f4
Revert to TRANSIENT_FAILURE during backoff
7 years ago
Mark D. Roth
4d6f002780
Code review changes and fix threading bug in test.
7 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().
7 years ago
Yash Tibrewal
b22c3009d4
Fix typo
7 years ago
Juanli Shen
d19fd1c689
PF: Check connectivity state before watching
7 years ago
Yash Tibrewal
d9f4c76356
Add a nullptr check
7 years ago
Vijay Pai
381bcab8bd
Move a file from src/cpp to src/core since core depends on it
7 years ago
Mark D. Roth
7a7e4f5652
Move C++ mu_guard class out of C-core public headers and fix style.
7 years ago
Yash Tibrewal
052beefdec
Add further comments
7 years ago
Yang Gao
b840d5e45c
Revert "Add more filter priority levels"
7 years ago
Jan Tattermusch
26d3e774df
new C# serialization API
7 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.
7 years ago
ncteisen
befcfee767
Add error checking for server args in PHP
7 years ago
ncteisen
3f002567c4
Add error checking for server args in PHP
7 years ago
Vijay Pai
9c32dab63d
Expand comment based on reviewer feedback
7 years ago
David Garcia Quintas
d08ea3025b
Fixed ordering in adding pending picks to PF
7 years ago
ncteisen
70ef911343
Add C++ support for GetServers
7 years ago
ncteisen
632b58cb82
regenerate projects
7 years ago
ncteisen
f3c600f335
Fix up C++ test to be more stable
7 years ago
Vijay Pai
d9781df474
Address reviewer comments
7 years ago
Juanli Shen
8e354419f4
Fix LR test
7 years ago
ncteisen
3aa987a29a
Add channelz server support
7 years ago
Vijay Pai
14ad82a76d
Create a new method handler for resource exhaustion and tie into thread mgr
7 years ago
ncteisen
6321a53e4a
fix typo
7 years ago
ncteisen
f025b6ed89
Change thread default to INT_MAX
7 years ago
Vijay Pai
cbca2ff03f
Match parameter name in definition to declaration
7 years ago
Vijay Pai
e91ae9d694
Fix abstract base class definition
7 years ago
Vijay Pai
d0f116c885
Can't count on shutdown_cb nullptr if version is 1
7 years ago
Vijay Pai
fe7f79189b
Address reviewer comments
7 years ago
Vijay Pai
4eff37345f
Add detailed comment for g_factories
7 years ago
Yash Tibrewal
b49f47d4f2
linux version needs to be defined
7 years ago
ncteisen
5e1cf109da
Fix clamp for window update
7 years ago
Yash Tibrewal
82b1a08e15
Try1
7 years ago
Yash Tibrewal
ac50c81a08
Try
7 years ago