Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 186
    • Merge requests 186
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !60355

DataHeaderCnv will read the last DHForm in case of problems

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Marcin Jerzy Nowak requested to merge mnowak/athena:DataHeaderForm.read.last into master Feb 03, 2023
  • Overview 34
  • Commits 2
  • Pipelines 2
  • Changes 2

This MR adds a functionality to find the last DataHeaderForm corresponding to the current DataHeader that is being converted P->T. DHForm is an extract of information common to many DataHeaders produced by the same Worker, but it can have several versions that grow incrementally as the info in DataHeader changes durting a job.
The last DHForm for a given worker should contain all information, so in case there is a problem reading the current DHForm, we can try to find the latest version and use it instead.
This is a better solution that I implemented recently in !60075 (merged) and it replaces it.

Edited Feb 14, 2023 by Marcin Jerzy Nowak
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: DataHeaderForm.read.last