Skip to content

Log database name on async index operations

Marius Bobin requested to merge mb-log-db-name-for-async-index into master

What does this MR do and why?

In #408936 (comment 1399238461) we're trying to figure out why some indexes are not created. Having the connection name included in the log messages will help us figure out if the mechanism is working correctly.

For example, https://log.gprd.gitlab.net/goto/903b3980-fa0e-11ed-8afc-c9851e4645c0 shows all of the indexes that were created during the weekend, but there's no easy way to determine if they were created on the CI or main database.

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 Marius Bobin

Merge request reports