Skip to content

Removing 'dropped' from deduplication_type while logging

What does this MR do and why?

Example log:

{
  "retry": false,
  "queue": "cronjob:database_batched_background_migration",
  "..."
  "..."
  "duplicate-of": "dc6fcf389af4a7ebada85845",
  "job_size_bytes": 2,
  "job_status": "deduplicated",
  "message": "Database::BatchedBackgroundMigrationWorker JID-fbe00631a03e007de8a39693 deduplicated: dropped until executing",
  "deduplication.type": "dropped until executing"
}

'dropped' text in 'message' and 'deduplication.type' keys are redundant since we already know it's deduplicating.

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 Prabakaran Murugesan

Merge request reports

Loading