Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 198
    • Merge requests 198
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !47626

Merged
Created Oct 26, 2021 by Alaettin Serhan Mete@amete🦅Developer

AthenaPoolCnvSvc: Drop hardcoded file size limit of 15 GB

  • Overview 6
  • Commits 2
  • Pipelines 2
  • Changes 2

As discussed in ATEAM-776, this MR drops the hardcoded file size limit of 15 GB. The functionality to force a file size limit is still there but AthenaPoolCnvSvc no longer complains if the user asks for a size larger than 15 GB.

With this change we don't need to do ad-hoc things as in PyJobTransforms/DisableFileSizeLimit.py. There are a handful of places in the (old) configuration where the default is overwritten, e.g. merge skeletons in SimuJobTransforms but I haven't touched those in this MR.

cc: @gemmeren @mnowak @tadej @elmsheus

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master-drop-hardcoded-MaxFileSizes