Vu Cong Tuan
9c4de5a0ff
Fix typos in test code
...
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
6 years ago
Richard Belleville
3c3eb36b36
Yapf
6 years ago
Richard Belleville
795efaa108
Appease the pylint gods
6 years ago
Vijay Pai
f421aaa41b
Merge pull request #18165 from vjpai/raw_req_client
...
Support use of ByteBuffer for request-side of code-gen unary
6 years ago
Soheil Hassas Yeganeh
1027149f8d
Run run_after_write closures in h2 once write action is done.
...
We flush these closures only when the connection goes IDLE.
This will cause no completion being sent, if we have a continuous
stream of bytes that never stops, causing a memory bloat because
we never call the callbacks of the ops.
For example, we use 100s of GiB of memory after a minute of exchanging
1MiB RPCs with callback API.
This patch runs the closures when we have done running
one write action.
After this change memory remains stable for the 1MiB benchmark.
QPS is increased by 200 QPS (520 -> 749), and latency is dropped
by 70ms, because we were basically page-faulting on every RPC.
6 years ago
Bill Feng
6e7ef05bff
Merge pull request #18180 from billfeng327/update-deps-version
...
Added selective inclusion to enable Windows Bazel builds
6 years ago
Richard Belleville
8665767aa5
Fix bad merge
6 years ago
billfeng327
1e4b706068
used universal header file
6 years ago
Dan Kegel
add794c982
Regenerate projects.
6 years ago
Dan Kegel
3e88dcaef2
Makefile: fix shared library resolution on linux when installed to e.g. /opt
...
For issue 18131.
6 years ago
Vijay Pai
29191d5eda
Need to properly init library for microbenchmarks
6 years ago
Richard Belleville
2286fcd63e
Merge branch 'master' into enable-deadline-propagation
6 years ago
Richard Belleville
969f698cf2
Enable deadline propagation
6 years ago
billfeng327
3f3da2e23f
submodule update
6 years ago
billfeng327
b9d784338d
Merge branch 'master' into update-deps-version
6 years ago
billfeng327
0eaa2cd6bd
added selective header inclusion for Windows
6 years ago
Bill Feng
a0e06fdac4
Merge pull request #18162 from billfeng327/update-deps-version
...
updated version of abseil for enabling windows bazel build
6 years ago
Yang Gao
e673264321
Merge pull request #18164 from yang-g/overflow
...
Prevent overflow
6 years ago
Eric Gribkoff
05f63ef7ef
Merge pull request #18172 from ericgribkoff/fix_mocks
...
use isinstance for internal api to workaround mocks
6 years ago
Taiju Tsuiki
79f4b4cba6
Lint fix for NOLINT
6 years ago
Nicolas Noble
7b95e0ef08
Merge pull request #18154 from laurentlb/master
...
Fix for future Bazel changes
6 years ago
Jan Tattermusch
99dd1ed29d
Merge pull request #18174 from truongnh1992/removing-redundant-words
...
Remove duplicated word in document
6 years ago
tzik
715e18fbef
Suppress clang-tidy
6 years ago
Vijay Pai
2eb25c871e
Avoid build errors
6 years ago
tzik
0f6a3d0a7c
Remove no-effect std::move() that causes MSVC warning
...
In C++17 mode of MSVC, std::move() has nodiscard attribute, and causes
a warning if its result is unused.
6 years ago
Nguyen Quang Huy
c9acd8380f
Fix some typos
...
Correct some words spelling for reading more easily.
6 years ago
Nguyen Hai Truong
029f6850c2
Remove duplicated word in document
...
Although it is spelling mistakes, it might make an affects
while reading.
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
6 years ago
Jan Tattermusch
ea37365ac4
Merge pull request #18170 from longkb/remove_duplicated_words_in_doc
...
Remove duplicated word 'for for' in doc
6 years ago
Vijay Pai
de29ab752e
Fix golden-file test
6 years ago
Eric Gribkoff
1c2303c635
use isinstance for internal api to not catch mocks
6 years ago
Kim Bao Long
9e7bb5d17d
Remove duplicated word 'for for' in doc
...
Although it is spelling mistakes, it might make an affects while reading.
Co-Authored-By: Nguyen Phuong An <AnNP@vn.fujitsu.com>
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
6 years ago
Bill Feng
179eb2b4a5
update dependency version for bazel
6 years ago
Vijay Pai
2a80f0edc7
Support use of ByteBuffer for request-side of code-gen unary
6 years ago
yang-g
e5509e36d6
Prevent overflow
6 years ago
apolcyn
b7ee2d9bdb
Merge pull request #18134 from apolcyn/add_more_env_vars
...
List c-ares tracers in documentation
6 years ago
billfeng327
9d81e9ef61
updated version of abseil for enabling windows bazel build
6 years ago
Yang Gao
4bccb4c5fd
Merge pull request #18153 from yang-g/ares
...
Avoid calling ares_library_init and ares_library_cleanup except for w…
6 years ago
yang-g
b003ae6eb9
Update comment
6 years ago
Lidi Zheng
07b2b54f07
Merge pull request #18116 from lifanov/cstd
...
generalize macOS workaround for -std=c++11 passed in C mode
6 years ago
yang-g
8259bc25ce
fix format
6 years ago
yang-g
5480dc5cd6
fix client_lb_e2e_test
6 years ago
yang-g
4adf0b1aae
Reproduce #18120
6 years ago
yang-g
456f748b2f
Revert "Merge pull request #18146 from grpc/revert-17308-shutdown"
...
This reverts commit 9079e98dfc
, reversing
changes made to 76a38bfcc2
.
6 years ago
Laurent Le Brun
6f3a00c1a3
Fix for future Bazel changes
...
This fixes issues found by running Bazel with `--incompatible_no_support_tools_in_action_inputs` and `--incompatible_new_actions_api`.
6 years ago
yang-g
7afcb32650
Avoid calling ares_library_init and ares_library_cleanup except for windows
6 years ago
Vijay Pai
c924e0b63e
Merge pull request #18136 from vjpai/callback_test_interceptor
...
Increase test scenarios for client-side of callback API plus fix exposed bugs
6 years ago
Mark D. Roth
c9aebe3880
Merge pull request #18081 from markdroth/service_config_ref_counted
...
Make service config ref-counted and hold refs to it in LB config.
6 years ago
Soheil Hassas Yeganeh
2c32f29802
Merge pull request #18148 from soheilhy/atomic-fix-hdr
...
Add missing header to gprpp/atomic.h
6 years ago
Jan Tattermusch
a635255095
Merge pull request #18086 from chwarr/servercallcontext-userstate
...
Add UserState dictionary to C# ServerCallContext
6 years ago
Vijay Pai
8feb16171a
Add an expectation and fix a ServerContext bug
6 years ago