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

Server: sched/validator: DON'T set assimilate_state by the validator. #5707

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 24, 2024

  1. sched/validator: DON'T set assimilate_state by the validator.

    - The assimilator may have already started to assimilate this WU.
      The validator may take quite some time to chew through a chunk of workunits.
      Resetting the assimilate_state after that may be harmful and override the
      update made by the assimilator.
      Instead, let the transitioner decide what to do with this workunit.
    
    - Also too, avoid overriding a non-zero error mask
    bema-aei committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bed25a8 View commit details
    Browse the repository at this point in the history