docs: changelog tidyups.

pull/564/head
David Wilson 7 years ago
parent 4531338b12
commit 2153e195c3

@ -142,7 +142,7 @@ Enhancements
`#351 <https://github.com/dw/mitogen/issues/351>`_, `#351 <https://github.com/dw/mitogen/issues/351>`_,
`#352 <https://github.com/dw/mitogen/issues/352>`_: disconnect propagation `#352 <https://github.com/dw/mitogen/issues/352>`_: disconnect propagation
has improved, allowing Ansible to cancel waits for responses from abruptly has improved, allowing Ansible to cancel waits for responses from abruptly
disconnected targets. This ensures a task will gracefully fail rather than disconnected targets. This ensures a task will reliably fail rather than
hang, for example on network failure or EC2 instance maintenance. hang, for example on network failure or EC2 instance maintenance.
* `#369 <https://github.com/dw/mitogen/issues/369>`_, * `#369 <https://github.com/dw/mitogen/issues/369>`_,
@ -159,9 +159,9 @@ Enhancements
introduced in Ansible 2.7. introduced in Ansible 2.7.
* `#412 <https://github.com/dw/mitogen/issues/412>`_: to simplify diagnosing * `#412 <https://github.com/dw/mitogen/issues/412>`_: to simplify diagnosing
issues with connection configuration, Mitogen ships with a connection configuration problems, Mitogen ships a ``mitogen_get_stack``
``mitogen_get_stack`` action that is automatically added to the action action that is automatically added to the action plug-in path. See
plug-in path. See :ref:`mitogen-get-stack` for more information. :ref:`mitogen-get-stack` for more information.
* `152effc2 <https://github.com/dw/mitogen/commit/152effc2>`_, * `152effc2 <https://github.com/dw/mitogen/commit/152effc2>`_,
`bd4b04ae <https://github.com/dw/mitogen/commit/bd4b04ae>`_: a CPU affinity `bd4b04ae <https://github.com/dw/mitogen/commit/bd4b04ae>`_: a CPU affinity
@ -170,17 +170,20 @@ Enhancements
job composed of many short tasks, and should easily be visible as a runtime job composed of many short tasks, and should easily be visible as a runtime
improvement in many-host runs. improvement in many-host runs.
* `2b44d598 <https://github.com/dw/mitogen/commit/2b44d598>`_: work around a
defective caching mechanism by pre-heating it before spawning workers. This
saves 40% runtime on a synthetic repetitive task.
* `0979422a <https://github.com/dw/mitogen/commit/0979422a>`_: an expensive * `0979422a <https://github.com/dw/mitogen/commit/0979422a>`_: an expensive
module dependency scanning step was redundantly invoked for every task, dependency scanning step was redundantly invoked for every task,
bottlenecking the connection multiplexer. bottlenecking the connection multiplexer.
* `#260 <https://github.com/dw/mitogen/issues/260>`_, * `#260 <https://github.com/dw/mitogen/issues/260>`_,
`a18a083c <https://github.com/dw/mitogen/commit/a18a083c>`_: brokers no `a18a083c <https://github.com/dw/mitogen/commit/a18a083c>`_: brokers no
longer wait for indication of readiness from the OS to transmit data, and longer wait for readiness indication to transmit, and instead assume
instead assume transmission will probably succeed. As this is often true, one transmission will succeed. As this is usually true, one loop iteration and
IO loop iteration and two poller reconfigurations are avoided for many two poller reconfigurations are avoided, yielding a significant reduction in
messages, yielding a significant reduction in interprocess round-trip interprocess round-trip latency.
latency.
* `#415 <https://github.com/dw/mitogen/issues/415>`_, * `#415 <https://github.com/dw/mitogen/issues/415>`_,
`#491 <https://github.com/dw/mitogen/issues/491>`_, `#491 <https://github.com/dw/mitogen/issues/491>`_,

Loading…
Cancel
Save