Skip to content

Fix maintain member for Advanced Search

Dmitry Gruzd requested to merge fix-maintain-elasticsearch-for-members into master

What does this MR do and why?

This MR fixes

Gitlab::Elastic::DocumentReference::InvalidError
Don't know how to serialize NilClass

The cause for that is Member does not always have an attached user. When we're trying to send nil to ::Elastic::ProcessBookkeepingService.track! it fails.

Sentry: https://sentry.gitlab.net/gitlab/gitlabcom/issues/4073188/?query=is%3Aunresolved%20Gitlab%3A%3AElastic%3A%3ADocumentReference%3A%3AInvalidError

Kibana: https://log.gprd.gitlab.net/app/discover#/?_g=h@e9494ca&_a=h@5f4b352

Screenshots or screen recordings

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

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 Dmitry Gruzd

Merge request reports