File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ flux-core version 0.26.0 - 2021-04-22
2
+ -------------------------------------
3
+
4
+ This release features several performance improvements that affect
5
+ job throughput over time (see issue #3583 ).
6
+
7
+ ### Fixes
8
+
9
+ * avoid mvapich segfault under flux start singleton (#3603 )
10
+ * python: avoid throwing 2nd exception on unknown errno (#3588 )
11
+ * avoid routing stale responses to restarted brokers (#3601 )
12
+
13
+ ### Performance
14
+
15
+ * fix aggressive zhashx resize by importing fixed source (#3596 , #3598 )
16
+ * use zhashx, LRU in content-cache (#3589 , #3593 )
17
+ * drop root directory object from KVS setroot event (#3581 )
18
+ * add minor optimizations to aux container (#3586 )
19
+ * drop extra code in ` flux_matchtag_free() ` (#3590 )
20
+ * libkvs: save KVS copy/move aux data in future not handle (#3585 )
21
+
22
+ ### New Features
23
+
24
+ * libjob: add ` flux_job_result(3) ` (#3582 )
25
+ * python: add explicit ` service_(un)register ` method (#3602 )
26
+ * add overlay network version/config check (#3597 )
27
+ * job-manager: enable job dependency management (#3563 )
28
+
29
+ ### Cleanup/Testing
30
+
31
+ * flux-start: rename --size to --test-size, drop --bootstrap (#3605 )
32
+
1
33
flux-core version 0.25.0 - 2021-04-01
2
34
-------------------------------------
3
35
You can’t perform that action at this time.
0 commit comments