Commit Graph

4152 Commits

Author SHA1 Message Date
Bart Slinger 97717003f4 grpc-js: Use Set instead of Array for disconnectListeners 2022-05-20 08:28:44 +02:00
Bart Slinger 0a0e13eede handle disconnectListeners in reverse to allow listener removal in loop 2022-05-19 23:45:11 +02:00
Michael Lumish 9502f5265d Revert "Borrow Linux test job for xDS tests"
This reverts commit a041056e71.
2022-05-13 09:48:36 -07:00
Michael Lumish 9035327af1 Clear the nonce when the stream ends 2022-05-12 17:38:28 -07:00
Michael Lumish 65075e50a7 Only start the timer if the ADS stream is running 2022-05-12 17:34:25 -07:00
Michael Lumish a041056e71 Borrow Linux test job for xDS tests 2022-05-12 17:19:46 -07:00
Michael Lumish 067bb13f27 grpc-js-xds: Refactor xDS stream state and add resource timer 2022-05-12 17:18:55 -07:00
Michael Lumish 0679e3e492
Merge pull request #2114 from murgatroid99/proto-loader_revert_long
proto-loader: Switch `long` dependency back to 4.x
2022-05-05 09:54:00 -07:00
Michael Lumish d8d957bf8c proto-loader: Switch long dependency back to 4.x 2022-05-05 09:27:48 -07:00
Michael Lumish 3fe12d7ff2
Merge pull request #2112 from murgatroid99/proto-loader_long_fix
proto-loader: Don't force long@5
2022-05-03 10:21:55 -07:00
Michael Lumish 2b67d5b010 proto-loader: Don't force long@5 2022-05-03 10:16:54 -07:00
Michael Lumish f457a9bfa1
Merge pull request #2110 from murgatroid99/proto-loader_long_upgrade
proto-loader: Update to Long 5.x
2022-05-02 14:06:24 -07:00
Michael Lumish 3388765cbb proto-loader: Update to Long 5.x 2022-05-02 11:03:01 -07:00
Michael Lumish ef5b3556ad
Merge pull request #2109 from murgatroid99/grpc-js_extra_error_call_stack
grpc-js: Add calling context to call errors
2022-04-28 14:01:49 -07:00
Michael Lumish 01823377be grpc-js: Add calling context to call errors 2022-04-28 10:34:30 -07:00
Michael Lumish 37dde5c960
Merge pull request #2108 from murgatroid99/outlier_detection_mean_fix
grpc-js: Fix mean calculation in outlier detection LB policy
2022-04-26 12:07:38 -07:00
Michael Lumish db65d566e6 grpc-js: Fix mean calculation in outlier detection LB policy 2022-04-26 10:09:22 -07:00
Michael Lumish 6360a6c90c
Merge pull request #2105 from murgatroid99/grpc-js_resolver_backoff_test
grpc-js: Add regression tests for repeated DNS requests
2022-04-22 14:34:27 -07:00
Michael Lumish cd58695674 grpc-js: Add regression tests for repeated DNS requests 2022-04-21 16:09:24 -07:00
Michael Lumish 923a5a171b
Merge pull request #2104 from murgatroid99/grpc-js_outlier_detection_updates
grpc-js: Update outlier detection to address recent spec changes
2022-04-21 15:32:25 -07:00
Michael Lumish b07ea8b354 grpc-js: Update outlier detection to address recent spec changes 2022-04-21 14:53:07 -07:00
Michael Lumish 879d13b6c3
Merge pull request #2103 from murgatroid99/grpc-js_refcounts
grpc-js: Fix shutting down subchannels in separate pools
2022-04-20 15:12:30 -07:00
Michael Lumish 0a9cf3893e
Merge pull request #2100 from murgatroid99/grpc-js_dns_resolver_double_call
grpc-js: Fix double resolver calls in DNS resolver
2022-04-20 15:05:22 -07:00
Michael Lumish 028047fa20
Merge pull request #2102 from murgatroid99/grpc-js_no_unary_response
grpc-js: Report error when no message received for unary response
2022-04-20 15:04:53 -07:00
Michael Lumish 32514224ce grpc-js: Fix shutting down subchannels in separate pools 2022-04-20 13:09:38 -07:00
Michael Lumish 5311c03867 grpc-js: Report error when no message received for unary response 2022-04-19 13:18:59 -07:00
Michael Lumish 964c7a68aa grpc-js: Fix double resolver calls in DNS resolver 2022-04-19 10:55:42 -07:00
Michael Lumish fa92727ec7
Merge pull request #2097 from murgatroid99/grpc-js_keepalive_end_calls
grpc-js: End calls when keepalive pings time out
2022-04-18 10:31:44 -07:00
Michael Lumish 432fd957a0
Merge pull request #2098 from murgatroid99/grpc-js_dns_dont_continue_resolving
grpc-js: DNS: unset continueResolving when starting a resolution attempt
2022-04-18 10:31:37 -07:00
Michael Lumish c9b7d4d285 grpc-js: DNS: unset continueResolving when starting a resolution attempt 2022-04-18 09:56:06 -07:00
Michael Lumish cf11b60ce2 grpc-js: End calls when keepalive pings time out 2022-04-18 09:38:09 -07:00
Michael Lumish 5dc2e7fc27
Merge pull request #2095 from murgatroid99/grpc-js_reresolve_fix
grpc-js: Consistently re-resolve when idle
2022-04-15 10:15:08 -07:00
Michael Lumish 8cbc3dc825 grpc-js: Make a reachable code path for requestReresolution in pick_first 2022-04-14 17:28:22 -07:00
Michael Lumish 478900d191 grpc-js: Consistently re-resolve when idle 2022-04-14 16:51:16 -07:00
Michael Lumish 657a4f980f
Merge pull request #2092 from murgatroid99/grpc-js_resolution_failure_fix
grpc-js: Fix handling of calls after resolution failure
2022-04-14 12:49:50 -07:00
Michael Lumish c112d167bb grpc-js: Update version to 1.6.4 2022-04-13 11:27:31 -07:00
Michael Lumish 6c686772cb grpc-js: Fix handling of calls after resolution failure 2022-04-12 16:16:57 -07:00
Michael Lumish 7664a49a99
Merge pull request #2084 from murgatroid99/grpc-js_disable_session_memory_limit
grpc-js: Disable per-session memory limit by default
2022-04-11 15:28:59 -07:00
Michael Lumish fc54c15909
Merge pull request #2087 from murgatroid99/grpc-js_keepalive_timeout_no_calls
grpc-js: Don't clear ping timeout when still connected
2022-04-11 15:27:55 -07:00
Michael Lumish e48fb88a3d
Merge pull request #2089 from murgatroid99/grpc-js-xds_eds_validation_dupe_locality
grpc-js-xds: Reject EDS updates with duplicate locality/priority pairs
2022-04-11 14:47:46 -07:00
Michael Lumish 553fb7a819 grpc-js: Add comment about stopKeepalivePings usage 2022-04-11 14:43:18 -07:00
Michael Lumish 672b92bd6b
Merge pull request #2088 from murgatroid99/grpc-js-xds_error_stream_id
grpc-js-xds: Include Node ID in XdsClient status errors
2022-04-11 14:37:03 -07:00
Michael Lumish d4ef25a0d0
Merge pull request #2086 from murgatroid99/grpc-js-xds_lrs_stream_delay
grpc-js-xds: Don't stop backoff timers for LRS streams
2022-04-11 14:36:38 -07:00
Michael Lumish 0feeab3d09
Merge pull request #2085 from murgatroid99/grpc-js_keepalive_traces
grpc-js: Add more details to keepalive ping tracing
2022-04-11 14:36:31 -07:00
Michael Lumish f4f2adb415
Merge pull request #2082 from murgatroid99/grpc-js_remove_fake_channelz_refs
grpc-js: Use real channelz IDs when channelz is disabled
2022-04-11 13:52:42 -07:00
Michael Lumish 1e1f732363 grpc-js-xds: Reject EDS updates with duplicate locality/priority pairs 2022-04-11 10:42:42 -07:00
Michael Lumish 57d7827ab8 grpc-js-xds: Include Node ID in XdsClient status errors 2022-04-11 10:12:24 -07:00
Michael Lumish ae93d556ec grpc-js: Don't clear ping timeout when still connected 2022-04-08 11:24:56 -07:00
Michael Lumish abbaf13c62 grpc-js-xds: Don't stop backoff timers for LRS streams 2022-04-08 10:25:15 -07:00
Michael Lumish 7ac345e4dc grpc-js: Add more details to keepalive ping tracing 2022-04-08 10:13:46 -07:00