Skip to content

Singularity 0.4.3

Compare
Choose a tag to compare
@tpetr tpetr released this 10 Feb 21:47

Check out the 0.4.3 milestone to see new features / bugfixes in detail.

Important:

  • #652 -- bump to basepom 12.3 (which bumps curator to 2.8.0, which should hopefully alleviate #620)
  • #642 -- When submitting a task, handle empty args gracefully
  • #640 -- Adds ability to purge old task history from DB
  • #631 -- Handle unpredictable task status cases
  • #625 -- Purge dead slaves after a configurable amount of time
  • #616 -- More careful & less sanitization of rack + hostnames
  • #609 -- Validate and add TASK_ERROR support
  • #606 -- Correct task history purge timing
  • #604 -- Add optional: max retries for HC, timeout for HCs
  • #601 -- Fix request detail 404 when history is empty
  • #591 -- Allow a max # of tasks per offer
  • #585 -- Allow users to manually exit a request from cooldown
  • #577 -- Docker-based integration tests

Deprecated:

  • The .properties configuration format for Singularity slave helpers:

    • SingularityExecutor
    • SingularityExecutorCleanup
    • SingularityS3Downloader
    • SingularityS3Uploader
    • SingularityOOMKiller
    • SingularityLogWatcher

    If you use any of these, please convert your configuration to the .yaml style.

    .properties support will be removed completely in 0.4.6.

Thanks: