Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L Legal
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • Security and Compliance
  • Legal
  • Merge requests
  • !163

Fixing bug with Legal Job Run Process, some AWS Updates

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Spencer Sutton requested to merge aws-eks into master Oct 18, 2021
  • Overview 6
  • Commits 22
  • Pipelines 9
  • Changes 11

Bug description

The class "LegalTagStatusJobApi" gets all partitions and then passes those to runJob. The bug was on line 67 in method "runJob". Instead of kicking off the process for each partition's legal tag, it kicked it off for the current request's partition over and over for the same legal tags in the same partition for x amount of times (x being the amount of partitions total).

This bug fix makes it so it runs the process as intended, once per partition for that partition's respective legal tags.

Edited Oct 18, 2021 by Spencer Sutton
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: aws-eks