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

Adjust precompile workload to avoid warnings #9

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

MichaelHatherly
Copy link
Collaborator

1.10 during precompilation has some warnings due to tasks hanging. This is due to the Malt workers. Skip these parts of the precompilation so that we don't run into that warning.

Fixes #8.

1.10 during precompilation has some warnings due to tasks hanging. This is due to the `Malt` workers. Skip these parts of the precompilation so that we don't run into that warning.

Fixes #8.
@MichaelHatherly
Copy link
Collaborator Author

Doesn't appear to affect latency much at all, so this'll be fine.

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ae08179) 84.31% compared to head (864f4a8) 84.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   84.31%   84.35%   +0.04%     
==========================================
  Files           5        5              
  Lines         357      358       +1     
==========================================
+ Hits          301      302       +1     
  Misses         56       56              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@jkrumbiegel jkrumbiegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we understand why it hangs? What does Malt itself do for precompilation?

@MichaelHatherly
Copy link
Collaborator Author

Do we understand why it hangs? What does Malt itself do for precompilation?

Starts up worker processes that don't immediately close from what I can tell. It's not a critical issue since they do eventually close (and don't hang indefinitely), it just looks weird seeing the warning in precompilation.

@MichaelHatherly MichaelHatherly merged commit ce0daac into main Jan 15, 2024
10 checks passed
@MichaelHatherly
Copy link
Collaborator Author

What does Malt itself do for precompilation?

Nothing at all.

@MichaelHatherly MichaelHatherly deleted the mh/precomp-fix branch January 15, 2024 14:13
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.

Warning during precompilation on Julia 1.10
2 participants