|
| 1 | +flux-core version 0.32.0 - 2021-12-05 |
| 2 | +------------------------------------- |
| 3 | + |
| 4 | +This release adds early groundwork for recovering running jobs across a |
| 5 | +Flux restart. It also includes improved log messages based on user feedback |
| 6 | +about Flux failures on real workflow runs, a first draft of a new `flux top` |
| 7 | +tool, and a critical fix for system deployments of Flux (#3958). |
| 8 | + |
| 9 | +### Fixes |
| 10 | + |
| 11 | + * python: fix reference counting for Python Message objects (#3983) |
| 12 | + * python: avoid early garbage collection of Watcher objects (#3975) |
| 13 | + * libflux: improve safety against refcounting bugs in message functions (#3985) |
| 14 | + * shell: reject PMI clients that request v2 (#3953) |
| 15 | + * resource: don't abort if topo-reduce is received more than once (#3958) |
| 16 | + |
| 17 | +### New Features |
| 18 | + |
| 19 | + * systemd: start flux systemd user service (#3872) |
| 20 | + * broker: record child instance URIs as job memo (#3986) |
| 21 | + * Support job memo events (#3984) |
| 22 | + * job-exec: checkpoint/restore KVS namespaces of running jobs (#3947) |
| 23 | + * set hostlist broker attribute when boostrapped by PMI (#3966) |
| 24 | + * add `flux_get_hostbyrank()` and improve broker attribute caching (#3971) |
| 25 | + * broker: log slow nodes during startup (#3980) |
| 26 | + * add flux-top command (#3979) |
| 27 | + |
| 28 | +### Cleanup |
| 29 | + |
| 30 | + * flux-overlay: improve default status output, rework options (#3974) |
| 31 | + * job-exec: improve job exception message/logging on broker disconnect (#3962) |
| 32 | + * drop flux-jobspec command (#3951) |
| 33 | + * improve flux-mini bulksubmit --dry-run output with --cc (#3956) |
| 34 | + * README: update LLNL-CODE (#3954) |
| 35 | + * broker/overlay: misc cleanup (#3948) |
| 36 | + * bring README.md up to date (#3990) |
| 37 | + * docker: fix and update ci dockerfiles (#3991) |
| 38 | + |
| 39 | +### Test |
| 40 | + |
| 41 | + * testsuite: sanitize environment, fix hang in t2607-job-shell-input.t (#3968) |
| 42 | + |
1 | 43 | flux-core version 0.31.0 - 2021-11-05
|
2 | 44 | -------------------------------------
|
3 | 45 |
|
|
0 commit comments