Freddy
f6de5ff635
Allow dialer to re-establish terminated peering ( #16776 )
...
Currently, if an acceptor peer deletes a peering the dialer's peering
will eventually get to a "terminated" state. If the two clusters need to
be re-peered the acceptor will re-generate the token but the dialer will
encounter this error on the call to establish:
"failed to get addresses to dial peer: failed to refresh peer server
addresses, will continue to use initial addresses: there is no active
peering for "<<<ID>>>""
This is because in `exchangeSecret().GetDialAddresses()` we will get an
error if fetching addresses for an inactive peering. The peering shows
up as inactive at this point because of the existing terminated state.
Rather than checking whether a peering is active we can instead check
whether it was deleted. This way users do not need to delete terminated
peerings in the dialing cluster before re-establishing them.
2023-04-03 12:07:45 -06:00
..
2022-11-14 11:23:02 -05:00
2022-11-22 06:11:46 -08:00
2022-11-15 14:22:43 -06:00
2022-11-25 15:46:56 -05:00
2022-11-30 11:39:20 -08:00
2022-12-14 18:47:35 -05:00
2023-03-14 12:24:33 -05:00
2023-03-30 10:08:38 -04:00
2023-03-27 15:40:49 -07:00
2023-03-24 15:40:19 -05:00
2023-03-20 12:42:30 -04:00
2020-08-06 23:15:29 +02:00
2021-08-04 18:22:43 -04:00
2021-11-25 10:47:07 +00:00
2022-03-31 14:05:02 -07:00
2023-01-12 12:06:29 -06:00
2022-11-14 15:35:12 -05:00
2023-02-06 11:12:43 -08:00
2022-11-29 17:43:15 -05:00
2023-01-04 20:19:33 +00:00
2022-11-20 17:21:24 -05:00
2022-11-15 14:22:43 -06:00
2022-10-14 17:05:46 -07:00
2022-10-25 10:13:41 -07:00
2022-10-25 10:55:15 -07:00
2022-10-17 14:38:10 -05:00
2022-10-25 10:27:26 -05:00
2022-10-18 15:05:09 -04:00
2022-10-25 10:55:44 -07:00
2022-10-17 13:24:27 -05:00
2022-10-18 12:01:25 -07:00
2022-10-21 13:15:32 -06:00
2022-10-19 16:37:50 -04:00
2022-10-20 14:32:42 -04:00
2022-11-07 18:10:42 -07:00
2022-10-24 16:12:08 -04:00
2022-10-31 10:50:45 -05:00
2023-01-04 16:57:00 -08:00
2022-10-24 15:44:57 -04:00
2022-10-27 09:25:18 -04:00
2022-10-26 11:50:34 -04:00
2022-10-28 10:51:12 -04:00
2022-11-09 10:14:29 -06:00
2022-11-02 14:08:17 -04:00
2022-12-02 20:16:49 -05:00
2022-11-07 20:30:15 -05:00
2022-12-02 12:19:52 -05:00
2022-11-10 10:26:01 -06:00
2022-11-09 09:29:55 -08:00
2022-11-09 13:02:58 -08:00
2022-11-14 10:27:03 -08:00
2022-11-11 14:29:22 -06:00
2023-01-04 12:40:34 +00:00
2022-11-14 12:35:20 -07:00
2022-11-14 18:24:40 -06:00
2022-11-18 10:32:01 -06:00
2022-11-18 14:36:20 -06:00
2022-11-28 17:48:43 -05:00
2022-11-28 16:17:58 -05:00
2022-11-24 10:13:02 -05:00
2022-11-30 11:42:36 -07:00
2022-11-29 12:23:18 -06:00
2022-12-14 20:28:25 +00:00
2022-11-29 17:56:03 -05:00
2022-12-13 11:51:37 -05:00
2022-11-30 11:29:21 -06:00
2022-12-14 12:41:07 -08:00
2022-12-05 15:39:21 -06:00
2022-12-06 10:06:36 -06:00
2022-12-07 13:07:42 -06:00
2023-01-13 14:20:28 -06:00
2022-12-19 17:39:31 +00:00
2022-12-08 16:45:44 -05:00
2022-12-08 14:46:42 -05:00
2022-12-08 16:45:44 -05:00
2022-12-13 09:16:31 -06:00
2022-12-12 12:24:39 -07:00
2023-01-18 12:33:21 -06:00
2022-12-19 14:37:27 -05:00
2022-12-19 12:19:37 -08:00
2022-12-20 09:58:19 -08:00
2023-01-10 10:24:02 -06:00
2022-12-20 10:15:03 -06:00
2023-01-11 16:41:02 +00:00
2023-01-03 10:44:08 -06:00
2023-01-03 10:11:56 -06:00
2023-01-09 12:28:53 -06:00
2023-01-05 10:21:27 +00:00
2023-01-06 12:13:40 -05:00
2023-01-06 12:34:49 -06:00
2023-02-06 15:35:52 +00:00
2023-01-27 09:17:07 -06:00
2023-02-03 10:51:53 -05:00
2023-01-16 12:31:56 -05:00
2023-01-18 11:53:04 -08:00
2023-01-31 13:30:20 -08:00
2023-01-18 13:43:53 -06:00
2023-01-24 16:21:41 +00:00
2023-01-19 16:54:11 -05:00
2023-01-20 12:59:26 -05:00
2023-02-07 12:26:30 -06:00
2023-02-03 08:45:11 -06:00
2023-02-08 23:49:44 +00:00
2023-02-08 16:50:22 +00:00
2023-02-13 11:48:31 -07:00
2023-02-08 12:07:21 -08:00
2023-03-07 03:02:05 +00:00
2023-02-10 13:32:19 -08:00
2023-02-10 09:47:17 -06:00
2023-02-22 13:05:15 -08:00
2023-02-16 09:22:41 -06:00
2023-03-03 19:29:53 +00:00
2023-03-02 22:05:40 +00:00
2023-02-17 15:04:12 -05:00
2023-03-02 20:33:06 +00:00
2023-02-15 11:45:43 -05:00
2023-02-17 13:25:49 -08:00
2023-03-01 15:00:37 -05:00
2023-02-16 19:21:50 +00:00
2023-03-01 00:07:33 +00:00
2023-02-21 08:28:13 -05:00
2023-02-21 13:59:36 -06:00
2023-02-22 10:09:41 -06:00
2023-02-22 13:10:05 -06:00
2023-02-24 20:07:12 -08:00
2023-02-24 23:46:45 -08:00
2023-02-27 16:31:47 -07:00
2023-02-28 10:58:29 -06:00
2023-03-01 19:50:03 +00:00
2023-03-03 09:37:12 -05:00
2023-03-03 14:27:53 -06:00
2023-03-03 09:56:57 -05:00
2023-03-03 14:17:11 -05:00
2023-03-06 15:00:39 +00:00
2023-03-03 16:59:04 -05:00
2023-03-03 16:39:59 -05:00
2023-03-06 14:10:09 -08:00
2023-03-06 10:32:06 -05:00
2023-03-06 08:41:57 -05:00
2023-03-08 11:24:03 -05:00
2023-03-09 12:43:35 -07:00
2023-03-14 19:49:14 -07:00
2023-03-10 13:52:54 -07:00
2023-03-13 17:32:59 -04:00
2023-03-18 14:43:22 -06:00
2023-03-20 12:37:30 -04:00
2023-03-16 18:57:59 -07:00
2023-03-17 13:31:04 -04:00
2023-03-20 10:00:29 -07:00
2023-03-22 13:06:53 -07:00
2023-03-22 09:24:13 -04:00
2023-04-03 12:07:45 -06:00
2023-03-27 16:17:04 +00:00
2023-03-28 11:23:49 -04:00