Skip to content

Add cache for elasticsearch_indexes_namespace?

Dmitry Gruzd requested to merge 244846-add-es-namespaces-enabled-cache into master

What does this MR do?

Functionality is behind the :elasticsearch_indexes_namespace_cache feature flag

When doing a group scoped search we are spending ~800ms just checking if ES is enabled for the namespace. See example https://gitlab.com/search?group_id=9970&scope=issues&search=jwt+limiting+token . The first 6 queries are from elasticsearch_indexes_namespace?

This MR adds caching for the elasticsearch_indexes_namespace? method

FF rollout issue: #244847 (closed)

#244846 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Dmitry Gruzd

Merge request reports