Files
redis/src
zhaozhao.zz 464aa04188 fix infinite sleep in performEvictions when have lazyfree jobs (#11237)
This bug is introduced in #7653. (Redis 6.2.0)

When `server.maxmemory_eviction_tenacity` is 100, `eviction_time_limit_us` is
`ULONG_MAX`, and if we cannot find the best key to delete (e.g. maxmemory-policy
is `volatile-lru` and all keys with ttl have been evicted), in `cant_free` redis will sleep
forever if some items are being freed in the lazyfree thread.
2022-09-18 17:46:24 +03:00
..
2022-08-22 15:01:40 +08:00
2022-08-22 15:01:40 +08:00
2022-08-23 12:37:56 +03:00
2020-04-24 17:11:21 -07:00
2022-03-09 13:58:23 +02:00
2021-12-19 17:52:23 +02:00
2022-07-11 12:36:03 +03:00
2022-01-06 13:39:38 +02:00
2022-03-09 13:58:23 +02:00
2020-05-05 23:35:08 -04:00
2022-08-23 12:37:56 +03:00
2022-08-23 12:37:56 +03:00
2022-04-17 15:43:22 +03:00
2022-05-29 08:51:33 +03:00
2022-08-22 15:01:40 +08:00
2022-08-23 12:37:56 +03:00
2022-08-23 12:37:56 +03:00
2022-08-22 15:15:37 +08:00
2021-07-10 10:04:54 -05:00
2022-07-18 10:56:26 +03:00
2022-08-22 15:16:08 +08:00
2022-07-18 10:56:26 +03:00
2022-07-18 10:56:26 +03:00