Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Navigation:

Table of Contents


(blue star) Confidence Level TBD  This article has not been reviewed for accuracy, timeliness, or completeness. Check that this information is valid before acting on it.

Release Notes for HySDS framework version 3.0.0-rc.6 (Anthony Davis)

Github release: https://github.com/hysds/hysds-framework/releases/tag/v3.0.0-rc.6


Page Properties
labeljirareport


Date

Dec 04, 2019

Issues

5 issues


Summary

HySDS framework (core) v3.0.0 release candidate 6 includes bug fixes and major enhancements.

Highlights

  • added optional capability to dump docker stats (e.g. CPU and memory usage) after execution of a job type's docker container

  • updates to metrics Kibana dashboard for Job Metrics

    • created separate metrics and visualizations

      • job execution (pre-proprocessing steps + docker image loading + container execution + post-processing steps)

      • container execution only (PGE)

    • added metrics and visualizations for container executions

      • total CPU usage (cumulative CPU usage including user, system, idle, etc.)

      • max memory usage

  • How to enable docker execution stats for a job type

All updates

New Feature

...

  • Green
    titleClosed
    update job metrics kibana dashboard with docker stats (CPU and memory usage) per job type

  • HC-138

    Status
    subtletrue
    colour

...

  • Green
    titleClosed
    detect dump of docker stats and include in job metrics payload

  • HC-137

    Status
    subtletrue
    colour

...

  • Green
    titleClosed
    track resource usage of docker command execution on verdi

Bug

...

  • Green
    titleClosed
    gunicorn 20.0.0 breaks callable application factories

  • HC-140

    Status
    subtletrue
    colour

...

  • Green
    titleClosed
    ensure_ssl fabric command fails with "Socket is closed"