Arjan Singh Bal
Arjan Singh Bal
[CDAP-19455] Transition runs throttled by RuntimeJobManager to "rejected" state instead of "failed"
[CDAP 19455](https://cdap.atlassian.net/browse/CDAP-19455) When Dataproc submit job API is called, it returns a 429 HTTP code or RESOURCE_EXHAUSTED grpc code when their master agent isn't running on Dataproc master node. This...
## [CDAP-20832](https://cdap.atlassian.net/browse/CDAP-20832) This PR introduces a deadline for all task worker executions. The task worker now does a periodic restart even when "user code isolation" is disabled, i.e. its running...
Fixes https://github.com/grpc/grpc-go/issues/434 Since HTTP/2 mandates the use of ALPN during the TLS handshake to establish connections, gRPC clients will reject connections to servers that don't have ALPN enabled. Since this...
This change ensures that caller of `resetTransport()` keep holding the mutex instead of releasing it and having `resetTransport()` re-acquire it. This ensures that no concurrent requests are able to start...
As part of the [Dual Stack implementation](https://github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#java-and-go-pick-first-restructuring), we would like to move the pickfirst algorithm out of the subConn and in the lb policy >We would like to take this...
In the logs of failing runs for `TestServerSideXDS_WithValidAndInvalidSecurityConfiguration`, we see that the resource snapshot update request is sent to the xds management server before the xds client is able to...
The test is presently making a real DNS request for a non existing domain `bad.ip.v4.address`. This makes the test non-hermitic and could potentially be the cause of the test flaking....
The [dualstack support project](https://github.com/grpc/proposal/blob/master/A61-IPv4-IPv6-dualstack-backends.md#move-pick_first-logic-out-of-subchannel-javago) will add Happy Eyeballs and change pick first to be a universal leaf LB policy. However, it details some architectural differences between C-core and Java/Go for...