Binbin
6d03409e01
Fix module RdbLoad wrongly disable the AOF ( #1001 )
...
In RdbLoad, we disable AOF before emptyData and rdbLoad to prevent copy-on-write issues. After rdbLoad completes, AOF should be re-enabled, but the code incorrectly checks server.aof_state, which has been reset to AOF_OFF in stopAppendOnly. This leads to AOF not being re-enabled after being disabled.
---------
Signed-off-by: Binbin <binloveplay1314@qq.com>
2024-09-30 15:17:13 -07:00
..
2023-03-21 10:07:11 -07:00
2024-01-09 13:51:49 +02:00
2022-03-16 08:53:57 +02:00
2023-03-11 10:14:16 +02:00
2023-06-22 23:15:16 +03:00
2022-01-09 17:04:18 -08:00
2023-06-22 23:15:16 +03:00
2024-07-09 19:39:40 -07:00
2023-03-11 10:14:16 +02:00
2024-01-09 13:51:49 +02:00
2021-12-27 21:37:21 +02:00
2023-06-27 16:43:46 +03:00
2020-12-14 11:13:46 +02:00
2022-01-23 10:05:06 +02:00
2022-05-12 20:10:38 +03:00
2022-02-22 11:00:03 +02:00
2022-10-16 09:01:37 +03:00
2022-01-23 10:05:06 +02:00
2024-01-09 13:51:49 +02:00
2022-09-21 08:10:03 +03:00
2022-08-23 12:37:56 +03:00
2024-01-09 13:51:49 +02:00
2022-10-16 09:01:37 +03:00
2022-11-16 20:29:46 +02:00
2022-04-17 08:31:57 +03:00
2024-04-06 20:43:42 -07:00
2023-03-15 15:18:42 -07:00
2024-04-06 20:33:09 -07:00
2024-01-09 13:51:49 +02:00
2023-01-01 23:35:42 +02:00
2023-06-20 20:41:41 +03:00
2024-09-30 15:17:13 -07:00
2023-06-20 20:44:43 +03:00
2022-12-09 17:08:01 +02:00
2023-05-07 10:13:19 +03:00
2022-04-25 13:08:13 +03:00
2021-12-23 00:03:48 +02:00
2023-04-18 16:14:26 +03:00
2022-02-01 14:54:11 +02:00
2023-02-16 08:07:35 +02:00
2023-05-07 10:13:19 +03:00