Meir Shpilraien (Spielrein) ecd5351870
Fix assertion on loading AOF with timed out script. (#8284)
If AOF file contains a long Lua script that timed out, then the `evalCommand` calls
`blockingOperationEnds` which sets `server.blocked_last_cron` to 0. later on,
the AOF `whileBlockedCron` function asserts that this value is not 0.

The fix allows nesting call to `blockingOperationStarts` and `blockingOperationEnds`.

The issue was first introduce in this commit: 9ef8d2f67 (Redis 6.2 RC1)
2021-01-04 13:42:17 +02:00
..
2020-11-09 21:48:56 -08:00
2016-06-07 16:46:00 -04:00
2020-11-25 13:36:21 -08:00
2020-05-05 10:20:48 +02:00
2020-04-24 17:00:03 -07:00
2020-04-24 17:11:21 -07:00
2018-07-03 18:19:46 +02:00
2019-02-24 21:38:15 +01:00
2020-11-08 08:32:38 +02:00
2020-10-27 15:04:18 +02:00
2020-05-05 23:35:08 -04:00
2020-09-29 15:52:13 +03:00
2019-11-19 17:23:47 +08:00
2019-10-02 11:30:20 +02:00
2020-07-24 14:40:19 +08:00
2020-12-24 13:35:41 +08:00
2015-04-27 12:07:49 +02:00
2015-04-27 12:07:49 +02:00
2020-07-21 08:13:05 +03:00
2020-12-13 11:11:29 +02:00