Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(supervisor, ttl): worker gets into the inconsistent state after TTL was reached #749

Merged
merged 3 commits into from
Jul 14, 2021

Commits on Jul 14, 2021

  1. Fix TTL issue, added explanation comments.

    The worker after it executed the request, may overwrite the TTL state.
    This inconsistency leads to the +1 worker in the FIFO channel.
    In this state, the Push operation was blocked.
    
    Add RR_BROADCAST_PATH.
    
    Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
    rustatian committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4151bbf View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
    rustatian committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    e2bdbd1 View commit details
    Browse the repository at this point in the history
  3. Fix milestone in the CHANGELOG

    Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
    rustatian committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    cb28ad0 View commit details
    Browse the repository at this point in the history