Skip to content

v3.00.57 - closer to fine

Latest
Compare
Choose a tag to compare
@reidsunderland reidsunderland released this 20 Jan 16:12
· 5 commits to development since this release

Summary

"The less I seek my source for some definitive, the closer I am to fine." -- Indigo Girls.

The last version (3.0.56) was the first one where we thought sr3 could replace any
v2 configuration. As we did so, a few new regressions were found in some senders.
This release addresses all of those. We are close to there being none left.

There are also improvements in this release:

  • #1350 Add “down” and “disconnected” run states to sr3 status
  • #1323 DESTFN=NONE::TIME now works.
  • #1299 after_gather entry point added.
  • #1289 accept statements now provide arguments to plugins
  • change in post_exchangeSplit… now based on relPath, not checksum. (work on HPC.)
  • fix #1241 sr3 status more compact.
  • fix #1206 exclude retries from lag calculation.
  • #1301 sr3 status display fractional message rates when (< 1 / second.)
  • user mode systemd unit file now tested and working.
  • The https://dd.weather.gc.ca web site was revised. Example subscriptions revised to match.
  • #1346 warn that queue parameters should be earlier in configs now.
  • #1358 date/time duration breakage by @petersilva in #1359

Regressions compared to v2 that are fixed:

  • #1337 mirror per umask, not global (sender)
  • #1340 rename not working. (sender)
  • #1327 inflight NONE in sender causes messages to be retried. (sender)
  • #1322 sr3 sender fails to post message when no identity field in message.
  • #1351 fixing problem getting local checksums of data that has arbitrary identity method by @petersilva in #1362

HPC mirroring related fixes:

What's Changed

Full Changelog: v3.00.56...v3.00.57

Packages Available

(coming soon) Ubuntu PPA: https://launchpad.net/~ssc-hpc-chp-spc/+archive/ubuntu/metpx

PyPI: https://pypi.org/project/metpx-sr3/3.0.57/

  • RPM package for Redhat Version 8 (rh8) and 9 (rh9) attached here, install with rpm -ivh ... note:

    • Some dependencies are not readily available. May have to obtain packages
      from pip to get a fully functional installation. Verify with sr3 features after installation, to determine if everything needed is available.
  • Experimental self-extracting windows installer also attached. WSL is preferred if possible.