Donna Dionne
|
f9f59ba222
|
Debugging xds_end2endtest LocalityMap UpdateMap by sending more traffic
The test is failing due to the backend not getting the expected amount
of traffic by a small margin.
Increasing traffic and adding debugs.
|
5 years ago |
Donna Dionne
|
3e19b04abf
|
Fixing the error message.
|
5 years ago |
Donna Dionne
|
e5432a73f8
|
Adding an error to properly report credential missing CreateXdsChannel.
This will allow the failure to properly shutdown everything like this:
I0318 17:23:32.444358867 27538 xds_client.cc:1811] [xds_client 0x55ea110cff10] creating xds client
I0318 17:23:32.444401674 27538 xds_client.cc:1819] [xds_client 0x55ea110cff10] creating channel to trafficdirector.googleapis.com:443
E0318 17:23:32.444461219 27538 xds_client.cc:1826] [xds_client 0x55ea110cff10] failed to create xds channel: {"created":"@1584552212.444450255","description":"no credential found","file":"/home/donnadionne/v128/grpc/src/core/ext/filters/client_channel/xds/xds_channel.cc","file_line":36}
E0318 17:23:32.444515988 27538 xds_resolver.cc:118] Failed to create xds client -- channel will remain in TRANSIENT_FAILURE: {"created":"@1584552212.444450255","description":"no credential found","file":"/home/donnadionne/v128/grpc/src/core/ext/filters/client_channel/xds/xds_channel.cc","file_line":36}
I0318 17:23:32.444613149 27538 completion_queue.cc:788] cq_end_op_for_pluck(cq=0x55ea110cfa10, tag=0x7ffd7e2fb1b0, error="No Error", done=0x55ea10c9b035, done_arg=0x55ea110d7310, storage=0x55ea110d7380)
I0318 17:23:32.444667902 27538 completion_queue.cc:1319] RETURN_EVENT[0x55ea110cfa10]: OP_COMPLETE: tag:0x7ffd7e2fb1b0 OK
I0318 17:23:32.444726001 27538 completion_queue.cc:1425] grpc_completion_queue_destroy(cq=0x55ea110cfa10)
I0318 17:23:32.444768059 27538 completion_queue.cc:1419] grpc_completion_queue_shutdown(cq=0x55ea110cfa10)
I0318 17:23:32.444812370 27538 init.cc:212] grpc_shutdown(void)
2: Failed to pick subchannel
I0318 17:23:32.444928463 27538 call.cc:573] grpc_call_unref(c=0x55ea110d6320)
I0318 17:23:32.445024834 27538 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x7ffd7e2fb770)
I0318 17:23:32.445071369 27538 metadata_array.cc:34] grpc_metadata_array_destroy(array=0x7ffd7e2fb720)
Greeter received: RPC failed
I0318 17:23:32.445153945 27538 channel.cc:510] grpc_channel_destroy(channel=0x55ea110c7a80)
I0318 17:23:32.445203614 27538 xds_client.cc:1846] [xds_client 0x55ea110cff10] shutting down xds client
I0318 17:23:32.445247579 27538 ref_counted.h:199] xds_client:0x55ea110cff18 /home/donnadionne/v128/grpc/src/core/ext/filters/client_channel/xds/xds_client.cc:1860 unref 1 -> 0 XdsClient::Orphan()
I0318 17:23:32.445289154 27538 xds_client.cc:1839] [xds_client 0x55ea110cff10] destroying xds client
I0318 17:23:32.445353536 27538 init.cc:212] grpc_shutdown(void)
I0318 17:23:32.445404973 27538 init.cc:212] grpc_shutdown(void)
Instead of silently like this:
I0318 01:10:03.085766343 8544 xds_client.cc:1811] [xds_client 0x55fe23fa3f10] creating xds client
I0318 01:10:03.085809647 8544 xds_client.cc:1819] [xds_client 0x55fe23fa3f10] creating channel to trafficdirector.googleapis.com:443
I0318 01:10:03.085904230 8544 ref_counted.h:103] xds_client:0x55fe23fa3f18 /home/donnadionne/v128/grpc/src/core/ext/filters/client_channel/xds/xds_client.cc:1831 ref 1 -> 2 XdsClient+ChannelState
E0318 01:10:03.085946286 8544 xds_client.cc:483] assertion failed: channel_ != nullptr
|
5 years ago |
Yash Tibrewal
|
5e468dd288
|
Merge pull request #22333 from yashykt/disappearingserver
Disable disappearing_server for Windows
|
5 years ago |
Mark D. Roth
|
2a1deeec2b
|
Merge pull request #22371 from markdroth/xds_lrs_fix
Gracefully switch xds policy instances when cluster name changes.
|
5 years ago |
Mark D. Roth
|
5927f9b625
|
Gracefully switch xds policy instances when cluster name changes, and other LRS-related fixes.
|
5 years ago |
Mark D. Roth
|
dd165a3d79
|
Merge pull request #22388 from markdroth/xds_lds_dup_fix
xds: fix duplicate LDS update detection
|
5 years ago |
apolcyn
|
d6e2514d07
|
Merge pull request #22256 from apolcyn/fix_interop_matrix_builder
Re-initialize submodules after checking out a tag in interop matrix builder
|
5 years ago |
Yash Tibrewal
|
f1b87b1290
|
Disable disappearing_server for Windows
|
5 years ago |
Lidi Zheng
|
621a281a0c
|
Merge pull request #22259 from lidizheng/aio-cq-2
[Aio] Use socket to synchronize between Cpp and Python
|
5 years ago |
Lidi Zheng
|
d6bd3c37b2
|
Use mutex to protect queue operations
|
5 years ago |
Mark D. Roth
|
d812d9d557
|
fix duplicate LDS update detection
|
5 years ago |
Richard Belleville
|
4185352aa0
|
Merge pull request #22385 from gnossen/creds_leak_rollback
Revert "Merge pull request #22373 from gnossen/creds_threads_and_breads"
|
5 years ago |
Richard Belleville
|
24e03778ea
|
Revert "Merge pull request #22373 from gnossen/creds_threads_and_breads"
This reverts commit 61a0212539 , reversing
changes made to 19d8e2c551 .
|
5 years ago |
Jan Tattermusch
|
f2751504c1
|
Merge pull request #22363 from jtattermusch/win_rbe_port_blacklist
Blacklist a port that cannot be bound on WinRBE
|
5 years ago |
Lidi Zheng
|
1a0655d75c
|
Add comment about why we can't use cimport
|
5 years ago |
Lidi Zheng
|
65930d4be9
|
Remove the socket reader in shutdown
|
5 years ago |
Richard Belleville
|
61a0212539
|
Merge pull request #22373 from gnossen/creds_threads_and_breads
Stop Leak of one thread per call in case of reference cycle
|
5 years ago |
Lidi Zheng
|
19d8e2c551
|
Merge pull request #22165 from lidizheng/aio-benchmark
Integrate existing gRPC Python stack benchmarks with Bazel
|
5 years ago |
Jiangtao Li
|
c936391933
|
Merge pull request #22332 from jiangtaoli2016/sni_alert
Treat SNI mismatch as noack
|
5 years ago |
Jan Tattermusch
|
bccdd0cb29
|
Merge pull request #22356 from jtattermusch/more_flakes
Mark client_lb_end2end_test as flaky
|
5 years ago |
Jan Tattermusch
|
2f0f675ded
|
Merge pull request #22379 from jtattermusch/more_flaky_marking
Mark more tests as flaky
|
5 years ago |
Jan Tattermusch
|
01d635b92a
|
improve code readability
|
5 years ago |
Jan Tattermusch
|
e37f2fafbb
|
Merge pull request #22357 from jtattermusch/resource_quota_server_flaky_fixtures
Mark "resouce_quota_server" as flaky with certain fixtures
|
5 years ago |
Jan Tattermusch
|
0071566e67
|
Merge pull request #22380 from KyleFromKitware/list-append-cmake_module_path
Append to CMAKE_MODULE_PATH instead of replacing it
|
5 years ago |
Kyle Edwards
|
e208197cec
|
Regenerate CMakeLists.txt
|
5 years ago |
Kyle Edwards
|
bb8f6126ea
|
Append to CMAKE_MODULE_PATH instead of replacing it
|
5 years ago |
Jan Tattermusch
|
b24ddc02fd
|
regenerate projects
|
5 years ago |
Jan Tattermusch
|
2e266a82d9
|
mark end2end test as flaky
|
5 years ago |
Jan Tattermusch
|
e863750403
|
regenerate projects
|
5 years ago |
Jan Tattermusch
|
a791e16983
|
mark more tests as flaky
|
5 years ago |
Jan Tattermusch
|
84ae7981d2
|
blacklist a port that cannot be bound on WinRBE
|
5 years ago |
Lidi Zheng
|
7be8cef10a
|
Merge pull request #22369 from lidizheng/health-default
[Health Checking] Make the empty service default to SERVING state
|
5 years ago |
Eric Gribkoff
|
8d03f1d623
|
Merge pull request #22368 from ericgribkoff/increase_timeout_again
Increase timeout for GCP API operations
|
5 years ago |
Richard Belleville
|
59b040d3c4
|
Stop leaking threads
|
5 years ago |
Lidi Zheng
|
d43ac68bf3
|
Make the empty service default to SERVING state
|
5 years ago |
Lidi Zheng
|
c82f28d428
|
Use socket to synchronize cq and asyncio
|
5 years ago |
Eric Gribkoff
|
699817b709
|
Increase timeout for GCP API operations
|
5 years ago |
Karthik Ravi Shankar
|
6e69d0da9f
|
Merge pull request #22364 from karthikravis/update-rotation
Passing repo manager responsibility to donnadionne
|
5 years ago |
Lidi Zheng
|
da6f9a28bf
|
Merge pull request #22311 from lidizheng/aio-one-cq
[Aio] One completion queue & many-thread many-loop
|
5 years ago |
Eric Gribkoff
|
03d6b4b411
|
Merge pull request #22362 from ericgribkoff/set_bootstrap_network
Set TRAFFICDIRECTOR_NETWORK_NAME in bootstrap
|
5 years ago |
Lidi Zheng
|
562f3ca5f5
|
Add port needs a FQN
|
5 years ago |
Lidi Zheng
|
5d1651ff65
|
Don't graceful shutdown cq to avoid the deadlock
|
5 years ago |
Muxi Yan
|
9790435b2f
|
Merge pull request #22188 from muxi/retry-apple-bug
Retry testConcurrentRPCsWithErrors
|
5 years ago |
Karthik Ravi Shankar
|
b98928a9be
|
Passing repo manager responsibility to donnadionne
|
5 years ago |
Jan Tattermusch
|
880111fe47
|
Merge pull request #22355 from jtattermusch/bm_metadata_not_flaky
bm_metadata is not flaky anymore
|
5 years ago |
Vijay Pai
|
5ff939c386
|
Merge pull request #22360 from grpc/vjpai-patch-1
bm_arena needs more time
|
5 years ago |
Vijay Pai
|
b4f0cad4bd
|
bm_arena needs more time
Internal tests show that it needs a large timeout. This has passed 100x without timeout.
|
5 years ago |
Jan Tattermusch
|
d008c07ef0
|
Merge pull request #22359 from jtattermusch/debug_upload_rbe_results
Fix bug in upload_rbe_results.py (which sometimes skips some test cases when uploading to BQ)
|
5 years ago |
Jan Tattermusch
|
fea074384f
|
sometimes not all RBE results are uploaded
|
5 years ago |