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

3.9.3.2 #156

Merged
merged 9 commits into from
Dec 11, 2024
Merged

3.9.3.2 #156

merged 9 commits into from
Dec 11, 2024

Conversation

PalNilsson
Copy link
Collaborator

@PalNilsson PalNilsson commented Dec 11, 2024

  • Dealing with unreasonably large CPU consumption times
    • Introduced a sleep in the threaded readout function used by the main command execution function, as well as non-blocking queue put of read messages, to prevent this function of spending too much CPU
  • Other internal improvements
    • Pausing attempts to write to OOM score adj file since it is generating too many log errors
      • Requested by F. Luehring
    • Removed a useless log message that was repeated many times
      • Requested by F. Luehring
    • Fixed a potential problem with stdout/stderr file object when there is no more space on the device (file objects are now only closed if they still exist)
      • This would otherwise lead to lost heartbeat
    • Fixed a blocking problem when collecting zombies
      • Before, pilot would wait until the process went away, but this can lead to long time blocking
      • Requested by Z. Yang

@PalNilsson PalNilsson merged commit fd44667 into master Dec 11, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant