Wei Fu
a9988e2625
server/embed: fix data race when start insecure grpc
...
There are two goroutines accessing the `gs` grpc server var. Before
insecure `gs` server start, the `gs` can be changed to secure server and
then the client will fail to connect to etcd with insecure request. It
is data-race. We should use argument for reference in the new goroutine.
fix : #15495
Signed-off-by: Wei Fu <fuweid89@gmail.com>
2023-03-18 21:48:58 +08:00
..
2023-03-14 16:35:43 +01:00
2023-03-18 21:48:58 +08:00
2023-02-25 07:23:39 +08:00
2022-11-16 18:34:34 +08:00
2022-12-29 14:17:05 +08:00
2023-03-03 12:26:36 -08:00
2022-12-29 13:04:45 +01:00
2022-03-24 16:20:28 +08:00
2022-12-29 13:04:45 +01:00
2022-12-29 13:04:45 +01:00
2022-12-29 13:04:45 +01:00
2022-03-18 16:47:42 +00:00
2022-12-29 13:04:45 +01:00
2022-11-16 15:05:29 +08:00
2023-02-25 07:23:39 +08:00
2022-12-29 13:04:45 +01:00
2022-05-10 10:17:16 -07:00
2023-01-09 14:51:54 +01:00
2023-02-25 07:23:39 +08:00
2022-11-14 11:19:41 +01:00
2022-12-29 14:17:05 +08:00
2022-12-29 14:17:05 +08:00
2021-10-19 13:06:40 +02:00
2022-11-16 15:05:29 +08:00
2022-11-17 10:48:14 +01:00
2018-04-09 10:37:28 -07:00
2023-01-30 16:16:53 +02:00
2023-01-09 14:51:54 +01:00
2023-02-18 18:01:48 +08:00
2022-11-16 15:05:29 +08:00
2022-11-16 15:05:29 +08:00
2021-10-19 13:06:40 +02:00
2023-03-14 16:35:43 +01:00
2022-11-14 11:19:41 +01:00
2022-11-23 23:05:42 +05:30
2023-03-15 14:47:49 +01:00
2022-12-29 13:04:45 +01:00
2023-02-25 07:23:39 +08:00
2023-03-14 16:35:43 +01:00
2021-10-19 13:06:40 +02:00
2023-03-14 16:35:43 +01:00
2023-03-14 16:35:43 +01:00
2023-03-15 14:47:49 +01:00
2023-02-03 21:42:01 +13:00