From 7fa2ee772f7cfbaf605336dfcfb4a05021ff7491 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sun, 26 Sep 2021 18:09:27 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc/integration/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/integration/elasticsearch.md b/doc/integration/elasticsearch.md index 6af46417e85..9d231664d76 100644 --- a/doc/integration/elasticsearch.md +++ b/doc/integration/elasticsearch.md @@ -842,7 +842,7 @@ You can run `sudo gitlab-rake gitlab:elastic:projects_not_indexed` to display pr ### No new data is added to the Elasticsearch index when I push code NOTE: -This was [fixed in GitLab 13.2](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35936) and the Rake task is not available for versions greater than that. +This was [fixed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35936) in GitLab 13.2 and the Rake task is not available for versions greater than that. When performing the initial indexing of blobs, we lock all projects until the project finishes indexing. It could happen that an error during the process causes one or multiple projects to remain locked. In order to unlock them, run: