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

release-22.2: server: don't redact jemalloc stats #123219

Merged
merged 1 commit into from
May 9, 2024

Commits on May 9, 2024

  1. server: don't redact jemalloc stats

    These stats can be useful to debug customer issues. They can be
    temporarily enabled on a node using
    `SELECT crdb_internal.set_vmodule('runtime_jemalloc=3')`
    
    There is no sensitive data in the stats, they look like this:
    ```
    jemalloc stats: allocated: 6.0 GiB, active: 6.3 GiB, metadata: 161 MiB, resident: 7.1 GiB, mapped: 8.6 GiB
    ```
    
    Release note: None
    Epic: none
    RaduBerinde committed May 9, 2024
    Configuration menu
    Copy the full SHA
    261b7be View commit details
    Browse the repository at this point in the history