Files
redis/src
YaacovHazan ea930a352c Report child copy-on-write info continuously
Add INFO field, rdb_active_cow_size, to report COW of a live fork child while
it's active.
- once in 1024 keys check the time, and if there's more than one second since
  the last report send a report to the parent via the pipe.
- refactor the child_info_data struct, it's an implementation detail that
  shouldn't be in the server struct, and not used to communicate data between
  caller and callee
- remove the magic value from that struct (not sure what it was good for), and
  instead add handling of short reads.
- add another value to the structure, cow_type, to indicate if the report is
  for the new rdb_active_cow_size field, or it's the last report of a
  successful operation
- add new Module API to report the active COW
- add more asserts variants to test.tcl
2021-01-07 16:14:29 +02:00
..
2021-01-04 17:02:57 +02:00
2020-11-09 21:48:56 -08:00
2020-11-25 13:36:21 -08:00
2021-01-04 17:02:57 +02:00
2021-01-04 17:02:57 +02: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
2021-01-04 17:02:57 +02:00
2020-11-08 08:32:38 +02:00
2021-01-04 17:02:57 +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
2021-01-04 17:02:57 +02:00
2021-01-04 17:02:57 +02:00
2020-07-24 14:40:19 +08:00
2021-01-04 17:02:57 +02:00
2021-01-04 17:02:57 +02:00
2021-01-06 10:34:27 +02:00
2020-07-21 08:13:05 +03:00
2020-12-13 11:11:29 +02:00