An error occurred while fetching this tab.
Fix RedisHLL migration related to removal of custom slots
Merged
requested to merge 280527-remove-the-possibility-to-set-redis_slot-in-known_events into master
- Mar 30, 2023
-
-
Mikołaj Wawrzyniak authored
If ttl returned from old key is lower then zero for whatever reason new key will be automatically expired, which creates risk of data loss. This commit defaults expiry value if ttl for old key is lesser then 0.
-
- Mar 29, 2023
-
-
Mikołaj Wawrzyniak authored
Previous migration failed due to known events not being loaded correctly. That issue was unnoticed by specs because event loading was stubbed. This commit adds test case that make sure that events loading works correctly.
-
Niko Belokolodov authored
-
- Mar 28, 2023
-
-
Niko Belokolodov authored
# Conflicts: # ee/lib/ee/gitlab/usage_data_counters/known_events/common.yml # lib/gitlab/usage_data_counters/known_events/common.yml
-
Mikołaj Wawrzyniak authored
Redis pfadd does not add number to the counter, but rather push element to collection. Misuse of pfadd would lead to wrong data, migration have to be made using pfmerge function
-
Niko Belokolodov authored
Changelog: changed
-
Niko Belokolodov authored
Changelog: changed
-