Mark D. Roth
985d0f9ec8
Merge pull request #20520 from tanjunchen/fix-up-typo
...
fix typo in document
5 years ago
Matthew Stevenson
c7802d488a
Fixed a small typos from previous commit.
5 years ago
Matthew Stevenson
313bb5848e
Remove some unnecessary comments.
5 years ago
Matthew Stevenson
396dd9ac48
Merge branch 'spiffe1' of https://github.com/matthewstevenson88/grpc into spiffe1
5 years ago
Matthew Stevenson
ed198f5a54
Changed delete per Yang's comment.
5 years ago
Matthew Stevenson
c45a97d8cd
Changed delete per Yang's comment.
5 years ago
Mark D. Roth
c867a3d126
Merge pull request #20528 from markdroth/xds_tracing_fixes
...
Fix xds LB policy trace logging.
5 years ago
Moiz Haidry
a8b0ab8286
Merge pull request #20521 from mhaidrygoog/cleanup_tls
...
Initialize executor thread state globally and remove logic to destroy the thread state during shutdown
5 years ago
Michal Ostrowski
3353f66b7e
Issue 19208: Avoid double close of file-descriptors (poll)
...
After closing a file descriptor honor the "closed" flag to avoid
re-closing it in post-fork processing.
File descriptors must be closed during an orphan operation, because
the closing of the file-descriptor is necessary for the correct function
of code that is polling on the descriptor. Thus even if there are active
references, the close() call is necessary. But this means that post-fork
code may close the file-descriptor, since it is only unregistered from
post-fork after the ref-count reaches 0. All of this can be handled by
ensuring that the post-fork code honors the "close" flag.
5 years ago
Mark D. Roth
a2ca1697a1
Fix xds LB policy trace logging.
5 years ago
Moiz Haidry
27ddb5ca25
Change logic to init executor thread state globally and remove the code to destroy the thread state repeatedly that is causing the race. Also remove the earlier atomic synchronization logic
5 years ago
Esun Kim
938d1bed77
Regenerate projects
5 years ago
Esun Kim
9433e4462f
Bump version to 1.24.2
5 years ago
Muxi Yan
5aa9a7e7b7
Move internal_testing to a separate subspec
5 years ago
Mark D. Roth
57bae312b9
Merge pull request #20512 from markdroth/xds_shutdown_fix
...
Clean up xds LB policy shutdown.
5 years ago
Joey
7fd8c40d2b
Docs: Correct the text format
...
Some minor changes that improve the docs upon markdown format.
5 years ago
Moiz Haidry
64549a1857
Use atomic to control the thread race between the shutdown thread and the main thread.
5 years ago
tanjunchen
ccc5481ff0
fix typo in document
5 years ago
Jan Tattermusch
373fc2413a
Merge pull request #20505 from jtattermusch/fixes_multimachine_bm
...
Fixes in multimachine benchmark scripts
5 years ago
Jan Tattermusch
6bb4e68845
Merge pull request #20507 from jtattermusch/fix_win_rbe_opt
...
Fix windows RBE opt build
5 years ago
Arjun Roy
2486b0a2b0
Merge pull request #20353 from arjunroy/hpack_encoder_refactor_only
...
Refactor hpack encoder to be smaller footprint.
5 years ago
Esun Kim
182096f05f
Merge pull request #20514 from veblush/v1.24.x-atomic-fix
...
Fix libatomic link error of gRPC python
5 years ago
Esun Kim
8b5b1755ec
Merge pull request #20496 from veblush/fix-ruby-build
...
Use -static-libstdc++ for ruby.linux
5 years ago
Esun Kim
91f31ad47d
Update comment
5 years ago
Esun Kim
4fd4e5c721
Reformat code
5 years ago
Esun Kim
b912fc7d8d
Added libatomic to gRPC python
5 years ago
Esun Kim
11058748fd
Merge pull request #20414 from veblush/fix-atomic-link
...
Added libatomic to gRPC python
5 years ago
Mark D. Roth
01c443f2a5
Clean up xds LB policy shutdown.
5 years ago
Jan Tattermusch
d10fb3ba99
fix win RBE opt build
5 years ago
Jan Tattermusch
6c0721276d
Fixes in multimachine benchmark scripts
5 years ago
Juanli Shen
ea7d7f9fe5
Merge pull request #20478 from AspirinSJL/ads
...
Use ADS
5 years ago
Jan Tattermusch
72c9ffb2e7
Merge pull request #20489 from jtattermusch/win_rbe_better_config
...
Windows bazel RBE improvements
5 years ago
Zhanghui Mao
b5cab86b57
fix syntax of language
5 years ago
Esun Kim
4bc9820241
Update comment
5 years ago
Esun Kim
d55154f7b8
Reformat code
5 years ago
Juanli Shen
2dc42a1e02
Use ADS
5 years ago
Esun Kim
55ae0f6f8d
Added libatomic to gRPC python
5 years ago
Esun Kim
a67213158c
Use -static-libstdc++ for ruby.linux
5 years ago
Richard Belleville
95b8f4b5df
Add pfreixes as a maintainer
5 years ago
Mark D. Roth
85a500c13a
Merge pull request #20368 from markdroth/xds_client
...
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
5 years ago
Juanli Shen
e130018bf5
Merge pull request #20432 from AspirinSJL/tune_xds
...
Tune xds test
5 years ago
Mark D. Roth
b01072586d
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
5 years ago
rmstar
599098b729
Merge pull request #20464 from rmstar/perffixes
...
Cronet fixes
5 years ago
Juanli Shen
a85b78baa6
Merge pull request #20433 from tanjunchen/clean-doc
...
fix some spelling mistakes in document
5 years ago
Jan Tattermusch
17fc384b1e
add job config for Windows RBE opt config, upload test results
5 years ago
Jan Tattermusch
a6404953e7
Merge pull request #20490 from jtattermusch/disable_windows_client_stress_test
...
Temporarily disable client_channel_stress_test on win RBE
5 years ago
Jan Tattermusch
3fd325acf6
Merge pull request #20488 from jtattermusch/rbe_win_extra_info
...
Add extra kokoro build info to Win RBE runs
5 years ago
Jan Tattermusch
082f3dc14a
temporatily disable client_channel_stress_test on win RBE
5 years ago
Jan Tattermusch
2262e2b8e8
add extra kokoro build info to Win RBE runs
5 years ago
Prashant Jaikumar
4bb7731d5b
Fixed bug in cronet_transport where completed ops were not removed from storage
5 years ago