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

client and wrapper: fix process priority mismatch #3988

Merged
merged 1 commit into from Aug 28, 2020

Commits on Aug 28, 2020

  1. client and wrapper: fix process priority mismatch

    It turns out we have two different encodings of process priority:
    1) specified in cc_config.xml and used by the client: 0 (low) to 4 (high)
    2) specified in job.xml and used by the wrapper: 1 (low) to 5 (high).
    
    This didn't cause any problems until recently when I added code
    to pass the cc_config.xml info to the wrapper;
    it was interpreting it on the 1-5 scale.
    
    Fix: have the wrapper convert it (add one).
    
    Also: I forgot to have the client actually put the priority into
    in the app_init_data.xml file.
    davidpanderson committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f616edc View commit details
    Browse the repository at this point in the history