Cory Snider
0b592467d9
daemon: read-copy-update the daemon config
...
Ensure data-race-free access to the daemon configuration without
locking by mutating a deep copy of the config and atomically storing
a pointer to the copy into the daemon-wide configStore value. Any
operations which need to read from the daemon config must capture the
configStore value only once and pass it around to guarantee a consistent
view of the config.
Signed-off-by: Cory Snider <csnider@mirantis.com >
2023-06-01 14:45:24 -04:00
..
2022-11-30 17:31:03 +01:00
2022-03-22 18:51:27 +01:00
2022-11-30 17:03:46 -08:00
2023-01-07 17:27:31 +00:00
2022-01-18 15:46:04 +01:00
2022-01-18 15:46:04 +01:00
2022-03-09 20:42:01 +01:00
2023-02-01 23:29:10 -08:00
2022-03-01 18:00:17 +01:00
2023-03-08 20:15:17 +09:00
2022-01-18 15:46:04 +01:00
2023-05-16 17:11:09 +02:00
2022-03-10 17:48:09 -05:00
2023-05-25 18:56:52 +02:00
2023-03-07 10:01:47 +01:00
2023-03-16 00:05:55 +01:00
2023-04-24 11:11:40 +08:00
2022-02-06 17:16:23 +09:00
2023-03-29 13:31:12 -04:00
2023-03-07 10:32:40 +01:00
2023-05-11 12:58:52 +02:00
2022-03-10 17:48:09 -05:00
2022-03-22 18:51:27 +01:00
2022-11-23 18:02:36 +01:00
2022-01-18 15:46:04 +01:00
2023-05-16 17:11:09 +02:00
2022-11-25 17:57:16 +01:00
2023-03-16 00:05:55 +01:00
2022-03-15 15:44:42 +09:00
2023-05-29 03:28:35 +02:00
2023-05-29 03:13:15 +02:00
2023-03-07 10:32:40 +01:00
2022-11-23 18:30:18 +01:00
2022-11-23 18:30:18 +01:00
2022-01-18 15:46:04 +01:00
2022-01-18 15:46:04 +01:00
2022-03-22 18:51:27 +01:00
2022-08-18 09:51:11 -06:00
2023-03-16 00:05:55 +01:00
2023-02-01 23:29:10 -08:00
2023-05-19 01:52:30 +02:00
2023-04-08 22:34:51 +02:00
2023-03-16 00:06:12 +01:00
2022-01-18 15:46:04 +01:00
2023-03-07 10:01:47 +01:00
2022-11-06 15:03:31 +01:00
2023-05-23 12:52:16 +02:00
2023-06-01 14:45:24 -04:00
2023-05-25 21:35:53 +02:00
2022-01-18 15:46:04 +01:00
2023-05-26 02:34:50 +02:00
2023-02-01 23:29:10 -08:00
2023-01-30 09:05:04 +01:00
2022-12-12 11:34:18 +01:00
2022-01-18 15:46:04 +01:00
2022-11-25 17:57:16 +01:00
2022-01-18 15:46:04 +01:00
2022-03-15 15:44:42 +09:00
2022-01-18 15:46:04 +01:00
2023-02-01 23:29:10 -08:00
2023-02-01 23:29:10 -08:00
2022-11-15 20:43:09 +09:00
2023-02-01 23:29:10 -08:00
2023-05-19 01:52:30 +02:00
2023-05-16 17:11:09 +02:00
2022-12-12 11:35:03 +01:00
2023-03-07 10:32:40 +01:00
2022-01-18 15:46:04 +01:00
2023-01-14 17:23:50 +01:00