Zach Reyes
|
9373e5cb26
|
transport: Fix closing a closed channel panic in handlePing (#5854)
|
2022-12-13 15:44:03 -05:00 |
Sean Barag
|
2f413c4548
|
transport/http2: use HTTP 400 for bad requests instead of 500 (#5804)
|
2022-12-13 11:31:23 -08:00 |
Easwar Swaminathan
|
5003029eb6
|
testutils: do a better job of verifying pick_first in tests (#5850)
|
2022-12-13 10:01:03 -08:00 |
Zach Reyes
|
3e27f89917
|
binarylog: Account for key in metadata truncation (#5851)
|
2022-12-09 16:58:12 -05:00 |
Zach Reyes
|
a9709c3f8c
|
Added logs for reasons causing connection and transport close (#5840)
|
2022-12-08 19:44:23 -05:00 |
Easwar Swaminathan
|
aba03e1ab1
|
xds: pass options by value to helper routines which setup the management server in tests (#5833)
|
2022-12-08 16:26:21 -08:00 |
Easwar Swaminathan
|
ef51864f48
|
grpclb: improve grpclb tests (#5826)
Fixes https://github.com/grpc/grpc-go/issues/4392
|
2022-12-01 10:52:58 -08:00 |
Doug Fawley
|
99ba98231e
|
transport/server: flush GOAWAY before closing conn due to max age (#5821)
Fixes https://github.com/grpc/grpc-go/issues/4859
|
2022-12-01 09:02:41 -08:00 |
Doug Fawley
|
20c937eebe
|
transport: limit AccountCheck tests to fewer streams and iterations to avoid flakes (#5828)
Fixes https://github.com/grpc/grpc-go/issues/5283
|
2022-11-30 17:07:48 -08:00 |
Easwar Swaminathan
|
dd123b7f86
|
testutils/pickfirst: move helper function to testutils (#5822)
|
2022-11-29 12:03:36 -08:00 |
Doug Fawley
|
3011eaf70e
|
test/tools: update staticcheck version to latest (#5806)
|
2022-11-18 13:51:43 -08:00 |
Doug Fawley
|
fefb3ec0c0
|
test/tools: update everything to latest versions except staticcheck (#5805)
|
2022-11-18 11:26:37 -08:00 |
wby
|
0238b6e1ce
|
transport: new stream with actual server name (#5748)
|
2022-11-18 08:57:37 -08:00 |
Huang Chong
|
817c1e8c41
|
passthrough: return error if endpoint is empty and opt.Dialer is nil when building resolver (#5732)
|
2022-11-16 10:02:07 -08:00 |
littlejian
|
689d061d46
|
Cleanup usages of resolver.Target's Scheme and Authority (#5761)
|
2022-11-09 23:06:01 -08:00 |
Easwar Swaminathan
|
7f23df0222
|
xdsclient: switch xdsclient watch deadlock test to e2e style (#5697)
|
2022-11-04 15:13:52 -07:00 |
Doug Fawley
|
e41e8940c0
|
orca: create ORCA producer for LB policies to use to receive OOB load reports (#5669)
|
2022-11-03 10:27:40 -07:00 |
Zach Reyes
|
36d14dbf66
|
Fix binary logging bug which logs a server header on a trailers only response (#5763)
|
2022-11-02 19:46:50 -04:00 |
Easwar Swaminathan
|
fdcc01b8c1
|
transport/test: implement staticcheck suggestion (#5752)
|
2022-10-31 16:50:41 -07:00 |
Arvind Bright
|
3c09650e05
|
balancer/weightedtarget: use ConnectivityStateEvaluator (#5734)
|
2022-10-26 11:33:49 -07:00 |
Doug Fawley
|
9127159caf
|
client: synchronously verify server preface in newClientTransport (#5731)
|
2022-10-20 09:29:17 -07:00 |
Arvind Bright
|
7c16802641
|
tests: refactor tests to use testutils helper functions (#5728)
|
2022-10-19 12:29:23 -07:00 |
Doug Fawley
|
778860e606
|
testing: update Go to 1.19 (#5717)
|
2022-10-17 15:04:34 -07:00 |
Easwar Swaminathan
|
912765f749
|
xds: move bootstrap config generating utility package to testutils (#5713)
|
2022-10-17 09:34:01 -07:00 |
Zach Reyes
|
8b3b10bd04
|
gcp/observability: implement public preview config syntax, logging schema, and exposed metrics (#5704)
|
2022-10-12 15:18:49 -04:00 |
Ronak Jain
|
7b817b4d18
|
client: set grpc-accept-encoding to full list of registered compressors (#5541)
|
2022-10-11 16:37:02 -07:00 |
Easwar Swaminathan
|
c03925db8d
|
priority: release references to child policies which are removed (#5682)
|
2022-10-06 13:23:45 -07:00 |
Zach Reyes
|
5fc798be17
|
Add binary logger option for client and server (#5675)
* Add binary logger option for client and server
|
2022-10-06 13:36:05 -04:00 |
Doug Fawley
|
12db695f16
|
grpc: restrict status codes from control plane (gRFC A54) (#5653)
|
2022-10-04 15:13:23 -07:00 |
Tobias Klauser
|
1451c62ccd
|
internal/transport: optimize grpc-message encoding/decoding (#5654)
|
2022-10-04 13:29:30 -04:00 |
Zach Reyes
|
d83070ec0d
|
Changed Outlier Detection Env Var to default true (#5673)
|
2022-09-30 16:46:17 -04:00 |
Jan Lamecki
|
54521b22e0
|
client: remove trailing null from unix abstract socket address (#5678)
|
2022-09-30 09:34:05 -07:00 |
Zach Reyes
|
a238cebacd
|
xDS: Outlier Detection Env Var not hardcoded to false (#5664)
|
2022-09-22 11:56:44 -04:00 |
Zach Reyes
|
b1d7f56b81
|
transport: Fix deadlock in transport caused by GOAWAY race with new stream creation (#5652)
* transport: Fix deadlock in transport caused by GOAWAY race with new stream creation
|
2022-09-21 14:35:08 -04:00 |
Easwar Swaminathan
|
9c3e589d3e
|
rls: delegate pick to child policy as long as it is not in TransientFailure (#5656)
|
2022-09-15 15:55:46 -07:00 |
Zach Reyes
|
f7d2036712
|
xds: add Outlier Detection Balancer (#5435)
* xds: add Outlier Detection Balancer
|
2022-09-06 16:30:08 -04:00 |
RedHawker
|
182e9df160
|
Grab comment from proto file, similar to protoc-gen-go (#5540)
|
2022-09-06 12:35:40 -07:00 |
Easwar Swaminathan
|
60a3a7e969
|
cleanup: fixes for issues surfaced by vet (#5617)
|
2022-09-02 14:09:10 -07:00 |
Easwar Swaminathan
|
aee9f0ed17
|
orca: server side custom metrics implementation (#5531)
|
2022-09-01 15:58:29 -07:00 |
Abirdcfly
|
c351f37ddc
|
chore: remove duplicate word in comments (#5616)
|
2022-08-30 14:01:37 -07:00 |
Easwar Swaminathan
|
fe592260bf
|
clusterresolver: deflake eds_impl tests (#5562)
|
2022-08-29 16:23:12 -07:00 |
Ronak Jain
|
b225ddaa0c
|
transport: update http2 spec document link (#5597)
|
2022-08-26 14:16:00 -04:00 |
feihu-stripe
|
641dc8710c
|
transport: add peer information to http2Server and http2Client context (#5589)
|
2022-08-24 09:46:22 -07:00 |
Doug Fawley
|
c56f196d25
|
internal/fakegrpclb: don't listen on all adapters (#5592)
|
2022-08-18 08:06:30 -07:00 |
kennylong
|
3f5b7ab48c
|
internal/transport: fix typo (#5566)
|
2022-08-16 10:16:30 -07:00 |
Easwar Swaminathan
|
6f34b7ad15
|
xdsclient: NACK endpoint resource if load_balancing_weight is specified and is zero (#5568)
|
2022-08-05 15:12:37 -07:00 |
Easwar Swaminathan
|
946dde008f
|
xdsclient: NACK endpoint resources with zero weight (#5560)
|
2022-08-03 16:46:34 -07:00 |
Doug Fawley
|
1ec054bb67
|
transport/server: fix race that could cause a stray header to be sent (#5513)
|
2022-07-28 16:38:04 -07:00 |
Zach Reyes
|
ae261b06ed
|
xds: Fixed GoLang regression for Outlier Detection (#5537)
xds: Fixed GoLang regression for Outlier Detection
|
2022-07-25 17:12:28 -04:00 |
Zach Reyes
|
a094a1095c
|
Fix race between activeStreams and bdp window size (#5494)
* Fix race between activeStreams and bdp window size
|
2022-07-13 11:37:09 -04:00 |