You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be running two search instances side-by-side:
011 - The existing search service used to serve production traffic, without popularity transfers
012 - The new search service used to A/B test popularity transfers
Deployments to the exising search service will be blocked by the following:
NuGet.Services.Metadata#774 requires the popularity transfer auxiliary file to exist. Merging this will block deployments to auxiliary2azuresearch and the search service.
Updating the 011 instance of auxiliary2azuresearch will apply popularity transfers to production traffic.
We should be able to deploy the latest bits to both of these instances:
Add a configuration to disable popularity transfers on a specific search instance
Add the popularity transfers auxiliary file to all existing search deployments
DEV
INT
PROD
Validate all jobs and services work on the existing 011 instance
auxiliary2azuresearch
catalog2azuresearch
Search service
The text was updated successfully, but these errors were encountered:
We will be running two search instances side-by-side:
* `011` - The existing search service used to serve production traffic, without popularity transfers
* `012` - The new search service used to A/B test popularity transfers
Currently, updating the `011` instance of `auxiliary2azuresearch` will apply popularity transfers to the production traffic. This is not desirable, so this change adds a config to disable transfers on `011` but enable them on `012`.
Configs PR: https://nuget.visualstudio.com/NuGetMicrosoft/_git/NuGetDeployment/pullrequest/1414
Addresses NuGet/NuGetGallery#7977
We will be running two search instances side-by-side:
* `011` - The existing search service used to serve production traffic, without popularity transfers
* `012` - The new search service used to A/B test popularity transfers
Currently, updating the `011` instance of `auxiliary2azuresearch` will apply popularity transfers to the production traffic. This is not desirable, so this change adds a config to disable transfers on `011` but enable them on `012`.
Configs PR: https://nuget.visualstudio.com/NuGetMicrosoft/_git/NuGetDeployment/pullrequest/1414
Addresses NuGet/NuGetGallery#7977
We will be running two search instances side-by-side:
011
- The existing search service used to serve production traffic, without popularity transfers012
- The new search service used to A/B test popularity transfersDeployments to the exising search service will be blocked by the following:
auxiliary2azuresearch
and the search service.011
instance ofauxiliary2azuresearch
will apply popularity transfers to production traffic.We should be able to deploy the latest bits to both of these instances:
011
instanceauxiliary2azuresearch
catalog2azuresearch
The text was updated successfully, but these errors were encountered: