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

Backports for 1.9.0-beta2 #48026

Merged
merged 7 commits into from
Dec 29, 2022
Merged

Backports for 1.9.0-beta2 #48026

merged 7 commits into from
Dec 29, 2022

Conversation

gbaraldi and others added 7 commits December 28, 2022 20:36
* Initialize the rng of external threads with uv_random

(cherry picked from commit 4c2a431)
…not to print DONE tasks (#47933)

Add option to `jl_print_task_backtraces(bool)` to control whether or not to print DONE tasks

This lets you print all live tasks, with less noise in the logs, in case
it's been a while since the last GC.

In some cases, we are seeing many thousands of DONE Tasks, which greatly
increase the noise in the logs, and can overwhelm the DataDog logging.

The API now takes a bool, which can allow us to control this setting, letting us print
the DONE tasks if the user wants to, but also hide them if desired.

(cherry picked from commit 8324512)
* Change permissions of pkgimgs

* Update base/loading.jl

Co-authored-by: Elliot Saba <[email protected]>

Co-authored-by: Elliot Saba <[email protected]>
(cherry picked from commit 58d9c87)
[PCRE2_jll] Upgrade to 10.42

(cherry picked from commit 1c7cdd5)
@KristofferC KristofferC added the release Release management and versioning. label Dec 28, 2022
@KristofferC KristofferC merged commit 55032d7 into release-1.9 Dec 29, 2022
@KristofferC KristofferC deleted the backports-release-1.9 branch December 29, 2022 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release management and versioning.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants