Skip to content

Remove feature flag check in MultiStore #close method

Sylvester Chin requested to merge sc1-rm-ff-multistore-close into master

What does this MR do and why?

This MR removes the feature flag check in the #close method for MultiStore. close is called in the clean-up phases and the feature flag check could try to check out a connection to the db.

See https://gitlab.com/gitlab-org/gitlab/-/issues/430703#note_1638211136

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.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sylvester Chin

Merge request reports