Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nomad-FAIR nomad-FAIR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 224
    • Issues 224
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

On Monday, 27th March 9 a.m., the user backend of GitLab will get a reconfiguration. A new login to the web interface may be necessary.

  • nomad-labnomad-lab
  • nomad-FAIRnomad-FAIR
  • Merge requests
  • !1000

Resolve "Entry not being shown due to upload processing issue"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David Sikter requested to merge 1218-entry-not-being-shown-due-to-upload-processing-issue into develop Dec 20, 2022
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 6

Closes #1218 (closed). The problem was due to failure to index the archive in ES. The old error handling attempts to catch errors and index only a minimal record in ES in case of failures, but the problem was that errors from the ES indexing step itself were not caught. This merge extends the error handling to catch and handle also such errors.

One problem is that these errors may occur after the archive file has been written, so the error attributes might be set in ES but not in the archive file. To make sure that these errors can be viewed by the user, fixes are applied to the log view page in the UI, plus some improvements.

Edited Dec 20, 2022 by David Sikter
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 1218-entry-not-being-shown-due-to-upload-processing-issue