Skip to content

Remove feature flag related to valid hosts list

Aleksei Lipniagov requested to merge 335107-cleanup-feature-flag into master

What does this MR do?

As described in #326125 (comment 615271604), we never properly used VALID_HOSTS_CACHE_KEY (which stored a subset of the @host_list which are only caught up with the current location). The issue with that list was that we were resetting it on the release_host, so it didn't stay longer than for a single fetch.

The decision was to simplify the code, removing unnecessary management of the additional cache key.
It was rolled out on the feature flag via: !65356 (diffs)
Rollout issue: #335109 (closed)

Now we need to remove the feature flag and cleanup the related code.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

N/A

Related to #335107 (closed)

Edited by Aleksei Lipniagov

Merge request reports