Nathan Baulch
|
c8951abc16
|
*: fix minor typos (#7487)
* Fix typos
* Fix reflecton tests
|
2024-08-14 22:43:01 +05:30 |
Zach Reyes
|
84a4ef1623
|
internal/stats: Add metrics recorder list and usage in ClientConn (#7428)
|
2024-07-25 15:47:23 -04:00 |
Abhishek Ranjan
|
40f399880f
|
client: Stabilize WaitForStateChange API (#7425)
|
2024-07-24 10:05:56 -07:00 |
Brad Town
|
9c5b31d74b
|
xds: use locality from the connected address for load reporting (#7378)
|
2024-07-10 12:51:11 -07:00 |
Arjan Singh Bal
|
45d44a736e
|
grpc: hold ac.mu while calling resetTransport to prevent concurrent connection attempts (#7390)
|
2024-07-09 13:27:27 -07:00 |
Zach Reyes
|
c8568c99b8
|
grpc: Readd pick first name (#7336)
|
2024-06-21 16:23:32 -04:00 |
Ian Moore
|
03da31acc6
|
client: implement maxAttempts for retryPolicy (#7229)
|
2024-05-24 11:20:00 -07:00 |
Zach Reyes
|
1db6590e40
|
grpc: Move Pick First Balancer to separate package (#7255)
|
2024-05-22 16:26:02 -04:00 |
Zach Reyes
|
aea78bdf9d
|
grpc: Add perTargetDialOption type and global list (#7234)
|
2024-05-21 12:51:17 -04:00 |
Doug Fawley
|
a87e923c4b
|
channelz: fix missing Target on SubChannel type (#7189)
|
2024-05-03 10:50:09 -07:00 |
hakusai22
|
273fe145d0
|
*: fix typos (#7178)
|
2024-05-02 16:54:22 -07:00 |
Brad Town
|
006e2bad13
|
client: Drop two calls to `pretty.ToJSON` and move code outside of lock (#7132)
|
2024-04-17 07:26:52 -07:00 |
Doug Fawley
|
ec257b4e1c
|
channelz: pass parent pointer instead of parent ID to RegisterSubChannel (#7101)
|
2024-04-08 10:01:16 -07:00 |
Robert Pająk
|
59be823a2d
|
grpc: Deprecate WithBlock, WithReturnConnectionError, FailOnNonTempDialError (#7097)
|
2024-04-05 10:35:45 -07:00 |
Doug Fawley
|
faf9964afe
|
gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo if needed (#7035)
|
2024-03-19 11:35:17 -07:00 |
Doug Fawley
|
800a8e02b5
|
channelz: re-add state for subchannels (#7046)
|
2024-03-19 10:53:53 -07:00 |
Doug Fawley
|
dadbbfa286
|
channelz: re-add target and state (#7042)
|
2024-03-18 15:31:19 -07:00 |
Doug Fawley
|
55cd7a68b3
|
channelz: major cleanup / reorganization (#6969)
|
2024-03-15 11:13:53 -07:00 |
yeahyear
|
4f43d2e91d
|
chore: remove repetitive words (#7036)
|
2024-03-13 09:43:37 -07:00 |
Doug Fawley
|
7c377708dc
|
grpc: clean up doc strings and some code around Dial vs NewClient (#7029)
|
2024-03-07 16:26:12 -08:00 |
Matt Straathof
|
c8083227ee
|
chore: expose `NewClient` method to end users (#7010)
|
2024-03-07 13:52:41 -08:00 |
Arvind Bright
|
90fc697165
|
xdsclient: use dataplane authority for virtualhost lookup (#6997)
|
2024-02-28 11:08:09 -08:00 |
Arvind Bright
|
c267d5bbeb
|
grpc: add clientconn.CanonicalTarget() to return the canonical target string (#7006)
|
2024-02-28 11:07:49 -08:00 |
Zach Reyes
|
3ae77e6528
|
grpc: Canonicalize string returned by ClientConn.Target() and resolver.Address.String() (#6923)
|
2024-02-15 15:26:14 -05:00 |
Aditya Sood
|
0866ce06ba
|
grpc: optional interface to provide channel authority (#6752)
|
2023-12-05 12:10:02 -08:00 |
Doug Fawley
|
5d7453e661
|
client: rework resolver and balancer wrappers to avoid deadlock (#6804)
|
2023-12-05 10:56:48 -08:00 |
Doug Fawley
|
914ca65947
|
client: further streamlining of Dial (#6802)
|
2023-11-15 14:52:11 -08:00 |
Doug Fawley
|
232054a883
|
client: remove deprecated WithServiceConfig DialOption (#6800)
|
2023-11-15 11:17:10 -08:00 |
Doug Fawley
|
ce3b538586
|
client: simplify initialization and cleanup a bit (#6798)
|
2023-11-15 10:47:19 -08:00 |
Easwar Swaminathan
|
dd4c0adafb
|
internal/testutils: add a new test type that implements resolver.ClientConn (#6668)
|
2023-10-12 10:09:38 -07:00 |
Easwar Swaminathan
|
1466283cc6
|
internal/idle: add a test that invokes ClientConn methods concurrently (#6659)
|
2023-09-29 14:23:45 -07:00 |
Easwar Swaminathan
|
2d1bb21e4d
|
grpc: ensure transports are closed when the channel enters IDLE (#6620)
|
2023-09-12 13:53:19 -07:00 |
Doug Fawley
|
81b9df233e
|
idle: move idleness manager to separate package and ~13s of tests into it (#6566)
|
2023-08-23 12:50:42 -07:00 |
Doug Fawley
|
fbff2abb0f
|
*: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544)
|
2023-08-14 09:04:46 -07:00 |
Nikita Mochalov
|
e40da6613d
|
clientconn: release lock when returning from enterIdleMode() (#6538)
|
2023-08-14 08:28:24 -07:00 |
Doug Fawley
|
879faf6bb2
|
test: update client state subscriber test to be not flaky and more stressful about rapid updates (#6512)
|
2023-08-10 15:12:06 -07:00 |
my4
|
2059c6e46c
|
grpc: report connectivity state changes on the ClientConn for Subscribers (#6437)
Co-authored-by: Easwar Swaminathan <easwars@google.com>
|
2023-08-08 11:13:07 -07:00 |
Doug Fawley
|
b9356e3d26
|
client: fix race between connection error and subconn shutdown (#6494)
|
2023-08-03 11:03:58 -07:00 |
Easwar Swaminathan
|
f1fc2ca350
|
clientconn: add channel ID to some idleness logs (#6459)
|
2023-07-20 17:28:49 -07:00 |
Zach Reyes
|
7aab9c05b7
|
stats: Add RPC event for blocking for a picker update (#6422)
|
2023-07-18 13:50:03 -04:00 |
Doug Fawley
|
02946a3f37
|
resolver: remove deprecated AddressType (#6451)
|
2023-07-17 13:29:21 -07:00 |
Easwar Swaminathan
|
8e9c8f8e71
|
grpc: do not use balancer attributes during address comparison (#6439)
|
2023-07-11 18:35:39 -07:00 |
Anirudh Ramachandra
|
fc0aa4689c
|
client: encode the authority by default (#6428)
|
2023-07-10 14:48:27 -07:00 |
Gina Yeh
|
11feb0a9af
|
resolver: delete Target.Scheme and Target.Authority (#6363)
* Delete resolver.Target.Scheme and resolver.Target.Authority
* cleanup - wrap block comments @ 80 columns
|
2023-07-05 10:47:46 -07:00 |
Zach Reyes
|
3e8eca8088
|
Revert "client: encode the authority by default (#6318)" (#6365)
This reverts commit 68576b3c42.
|
2023-06-09 19:06:18 -04:00 |
Doug Fawley
|
6578ef7224
|
client: handle empty address lists correctly in addrConn.updateAddrs (#6354)
|
2023-06-07 08:37:11 -07:00 |
Anirudh Ramachandra
|
68576b3c42
|
client: encode the authority by default (#6318)
|
2023-06-06 08:36:01 -07:00 |
Doug Fawley
|
1f23f6c2e0
|
client: fix Connect to handle channel idleness properly (#6331)
|
2023-05-31 10:23:01 -07:00 |
Doug Fawley
|
e9799e79db
|
client: support a 1:1 mapping with acbws and addrConns (#6302)
|
2023-05-23 09:48:08 -07:00 |
Easwar Swaminathan
|
9b7a947cdc
|
grpc: support channel idleness (#6263)
|
2023-05-22 12:42:45 -07:00 |