forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reactor: blocked-reactor: add blocked-reactor-report-format-oneline o…
…ption Print a simplified block-reactor backtrace on a single line by default. This is useful for automated testing that may collect those backtrace log lines and analyse them and it prevents interleaving of rows caused by parallel printouts to a shared log facility. The current behavior of multiline reactor-stalled backtraces can be restored using the --blocked-reactor-report-format-oneline=false option. Signed-off-by: Benny Halevy <[email protected]>
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters