Skip to content

Add the API to return the multi_matches in a single file

Ravi Kumar requested to merge rkumar555-multi_match-zoekt-fix-2 into master

What does this MR do and why?

This is the cherry-picked from the !158822 (merged). This MR was reverted due to master failure

Due to subsequent merge of !158371 (merged), the builds in !158822 (merged) started to fail because the feature flag zoekt_search_with_replica was true in the tests and it was looking for ready replicas to search. It could not find ready replicas so it was falling back to advanced search and builds started to fail. In this MR, I am disabling the feature flag zoekt_search_with_replica.

Related #450736 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Ravi Kumar

Merge request reports