Matt Kwong
11fe61ebe6
Merge pull request #14736 from matt-kwong/resultstore-results
...
Add test result uploading for RBE builds
7 years ago
Nathaniel Manista
ca7ba4d0ac
Keep Core memory inside cygrpc.Channel objects
...
This removes invocation-side completion queues from the _cygrpc API.
Invocation-side calls are changed to no longer share the same lifetime
as Core calls.
Illegal metadata is now detected on invocation rather than at the start
of a batch (so passing illegal metadata to a response-streaming method
will now raise an exception immediately rather than later on when
attempting to read the first response message).
It is no longer possible to create a call without immediately starting
at least one batch of operations on it. Only tests are affected by this
change; there are no real use cases in which one wants to start a call
but wait a little while before learning that the server has rejected
it.
It is now required that code above cygrpc.Channel spend threads on
next_event whenever events are pending. A cygrpc.Channel.close method
is introduced, but it merely blocks until the cygrpc.Channel's
completion queues are drained; it does not itself drain them.
Noteworthy here is that we drop the cygrpc.Channel.__dealloc__ method.
It is not the same as __del__ (which is not something that can be added
to cygrpc.Channel) and there is no guarantee that __dealloc__ will be
called at all or that it will be called while the cygrpc.Channel
instance's Python attributes are intact (in testing, I saw both in
different environments). This commit does not knowingly break any
garbage-collection-based memory management working (or "happening to
appear to work in some circumstances"), though if it does, the proper
remedy is to call grpc.Channel.close... which is the objective towards
which this commit builds.
7 years ago
Mark D. Roth
7df2441223
Merge pull request #14886 from markdroth/c++_subchannel_list
...
Convert subchannel_list code to C++.
7 years ago
Alexander Polcyn
6f8f914f8d
cleanup, and get rid of unnecessary timeouts in two places
7 years ago
adelez
e21c2ef5cc
Merge pull request #15248 from adelez/foundry_integration
...
Use Bazel 0.12.0
7 years ago
Adele Zhou
2d3186eee4
Use Bazel 0.12.0
7 years ago
Muxi Yan
83601d6b4b
Merge pull request #15193 from muxi/service-init-protocol
...
Provide protocol for initializer of generated messages
7 years ago
Juanli Shen
b5ba47013a
Merge pull request #14793 from AspirinSJL/server_load_report
...
Load data store for server-side load reporting
7 years ago
Mark D. Roth
026b20eebb
Fix error refcounting bug.
7 years ago
Eric Gribkoff
9511c07953
Merge pull request #15122 from ericgribkoff/remove_old_env
...
Remove old environment variable from Python artifact build
7 years ago
Mark D. Roth
65a544241d
clang-format
7 years ago
Noah Eisen
8202e8d569
Merge pull request #15242 from ncteisen/stats
...
Update Stats Generator
7 years ago
Mark D. Roth
269e54ebe3
Maintain ref to LB policy.
7 years ago
Juanli Shen
a0aab7ebcc
Add load data store
7 years ago
ncteisen
4454af55e1
Update stats generator
7 years ago
Mark D. Roth
08718181e3
Make sure we set error for transient_failure state.
7 years ago
Jan Tattermusch
ac0188e25b
Merge pull request #15234 from AspirinSJL/update_kokoro_build_version
...
Move comment out of the command
7 years ago
Ben Sykes
1de3f4ae8d
Add grpc_out option to set minimum_node_version
...
Example protoc call:
protoc --plugin=protoc-gen-grpc=grpc_node_plugin --js_out=import_style=commonjs,binary:./autogen/ --grpc_out=minimum_node_version=8:./autogen/ hello.proto
7 years ago
Ben Sykes
2bfa59fb95
Merge branch 'master' of https://github.com/grpc/grpc
7 years ago
apolcyn
4736804598
Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bug
...
Fix bug in an address sorting comparison
7 years ago
Yash Tibrewal
e5cb0469f2
Merge pull request #15236 from yashykt/runcomment
...
Message about the watcher_timer_init closure requiring immediate exec
7 years ago
Yash Tibrewal
bdc523af68
Merge pull request #15205 from yashykt/gprassert
...
Replace assert in closures with GPR_ASSERT
7 years ago
kpayson64
701e70da07
c++ify
7 years ago
kpayson64
38ab21ee09
Add exec_ctx check to fork handlers
7 years ago
hcaseyal
2f516a91a7
Merge pull request #15226 from hcaseyal/timer_typos
...
Fix typos in GPR_TIMER_SCOPE annotations
7 years ago
Yash Tibrewal
446d1ea680
Message about the watcher timer init closure requiring immediate execution.
7 years ago
Noah Eisen
c530fe94d2
Merge pull request #15108 from ncteisen/compile-out-tracers
...
Compile Out Tracers
7 years ago
Juanli Shen
8d6c3466ae
Move comment out of the command
7 years ago
ncteisen
b85354ee49
Add in compile out tracers option
7 years ago
kpayson64
a0bc0ac169
Remove CleanupThread
...
This is no longer needed with the addition of a close() API that allows
clean shutdown.
7 years ago
Juanli Shen
b61c42ea31
Merge pull request #15156 from AspirinSJL/resolution_timer_fix
...
Check retry timer before starting resolving
7 years ago
Juanli Shen
3ffb8d5c4d
Don't resolve if there is a resolution timer
7 years ago
thinkerou
6bc4b2fa99
php: complete todo
7 years ago
Hope Casey-Allen
56c32ccb23
Fix typos in GPR_TIMER_SCOPE
7 years ago
Ben Sykes
423ae6d013
Switch to Buffer.from to avoid using deprecated constructor
7 years ago
Jan Tattermusch
3ffd7e0daa
Merge pull request #15219 from AspirinSJL/update_kokoro_build_version
...
Update the kokoro build version in gcloud command
7 years ago
Jan Tattermusch
785d20cd14
Merge pull request #15216 from grpc/jtattermusch-patch-1
...
Fix bad variable name in route_guide_server.js
7 years ago
Alexander Polcyn
7e1687b3ef
address comment
7 years ago
Yash Tibrewal
141932beb4
Merge pull request #15204 from yashykt/debugassert
...
Add GPR_DEBUG_ASSERT
7 years ago
Noah Eisen
b649422741
Merge pull request #15220 from ncteisen/microbenchmarks
...
Don't Use Benchmark Counters
7 years ago
Mark D. Roth
a25ece9f6a
Fix error refcounting bug.
7 years ago
Mark D. Roth
d143bc345e
Improve trace logging.
7 years ago
ncteisen
99e910f58f
Stop tracking call size in bm diff
7 years ago
Jiangtao Li
90cb93abfc
Merge pull request #15217 from jiangtaoli2016/fix_security_connector_namespace
...
fix namespace of security_connector test functions
7 years ago
Mark D. Roth
7d92def915
clang-format
7 years ago
Noah Eisen
f44949cbb0
Merge pull request #14905 from ara-ayvazyan/enable_loopback_fastpath
...
Enable SIO_LOOPBACK_FAST_PATH on Windows
7 years ago
ncteisen
771385789b
Dont use benchmark counters
7 years ago
Mark D. Roth
d0bb3c88c8
Remove SetConnectedSubchannelFromLocked().
7 years ago
Juanli Shen
beaf140ff7
Update the kokoro build version in gcloud command
7 years ago
Mehrdad Afshari
23b53ee228
Merge pull request #15215 from mehrdada/merge-1.11.x-for-distribtests
...
Python source distribtests (for master)
7 years ago