openssl/openssl

Introduce log rollover for multithreading lock contention

Open

#27.976 geöffnet am 7. Juli 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C (11.262 Forks)batch import
help wantedtriaged: feature

Repository-Metriken

Stars
 (30.157 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Have we considered log rollover or size limits for the generated contention logs?

Without safeguards, there's a risk of flooding the logs—especially in high-contention scenarios.

Would it be feasible to introduce basic log rollover support or define logging thresholds (e.g., max log size, max entries) to avoid uncontrolled growth?

Originally posted by @shahsb in https://github.com/openssl/openssl/pull/27884#discussion_r2180765551

Contributor Guide