Binbin
850a8e90bf
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>
Signed-off-by: Ping Xie <pingxie@google.com>
2024-09-15 11:49:49 -07:00
..
2023-08-30 13:01:24 -07:00
2024-09-03 09:00:45 -07:00
2024-04-09 10:24:03 +02:00
2023-03-11 10:14:16 +02:00
2024-07-08 20:01:39 -07:00
2024-04-09 10:38:09 -04:00
2024-04-09 10:38:09 -04:00
2024-09-03 09:00:45 -07:00
2023-03-11 10:14:16 +02:00
2024-04-10 10:18:47 -04:00
2024-04-18 14:10:24 +02:00
2021-12-27 21:37:21 +02:00
2024-04-09 10:38:09 -04:00
2024-04-09 10:24:03 +02:00
2022-01-23 10:05:06 +02:00
2023-11-23 13:22:20 +02:00
2024-09-15 11:49:49 -07:00
2022-10-16 09:01:37 +03:00
2022-01-23 10:05:06 +02:00
2024-04-09 10:38:09 -04:00
2022-09-21 08:10:03 +03:00
2022-08-23 12:37:56 +03:00
2024-04-09 10:38:09 -04: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-06-07 01:40:55 +02:00
2024-04-25 15:13:21 +08:00
2024-03-28 09:58:28 -07:00
2024-09-03 09:00:45 -07:00
2024-09-03 09:00:45 -07:00
2024-04-09 10:38:09 -04:00
2024-09-15 11:49:49 -07:00
2023-06-20 20:44:43 +03:00
2022-12-09 17:08:01 +02:00
2024-04-09 10:38:09 -04:00
2022-04-25 13:08:13 +03:00
2024-04-09 10:38:09 -04:00
2023-04-18 16:14:26 +03:00
2022-02-01 14:54:11 +02:00
2024-04-18 15:57:17 +02:00
2023-05-07 10:13:19 +03:00