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

feature(events): new event for catching oversized allocation #10564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fruch
Copy link
Contributor

@fruch fruch commented Apr 2, 2025

new everytime we'll have those we'll have an error event for it

2025-03-24T12:58:48.953+00:00 rolling-upgrade--ubuntu-focal-db-node-1b73896e-eastus-4  !WARNING |
scylla[13320]:  [shard 0:strm] seastar_memory - oversized allocation: 1409024 bytes.
This is non-fatal, but could lead to latency and/or fragmentation issues.
Please report: at 0x26f152e 0x26f0fc0 0x26f0f98 0x518d2fc 0x176c134 0x15c0a44 0x271fe5c
0x2fb90dd 0x1d3c4c6 0x30d3df7 0x30d2b0c 0x2cb3099 0x2cb2a72 0x29526de
0x295a78d /opt/scylladb/libreloc/libc.so.6+0x2a087 /opt/scylladb/libreloc/libc.so.6+0x2a14a
0x319a844

Ref: scylladb/scylladb#23446 (comment)

Testing

  • [ ]

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • Add New configuration option and document them (in sdcm/sct_config.py)
  • Add unit tests to cover my changes (under unit-test/ folder)
  • Update the Readme/doc folder relevant to this change (if needed)

@fruch fruch requested a review from a team April 2, 2025 13:02
new everytime we'll have those we'll have an error event for it

```
2025-03-24T12:58:48.953+00:00 rolling-upgrade--ubuntu-focal-db-node-1b73896e-eastus-4  !WARNING |
scylla[13320]:  [shard 0:strm] seastar_memory - oversized allocation: 1409024 bytes.
This is non-fatal, but could lead to latency and/or fragmentation issues.
Please report: at 0x26f152e 0x26f0fc0 0x26f0f98 0x518d2fc 0x176c134 0x15c0a44 0x271fe5c
0x2fb90dd 0x1d3c4c6 0x30d3df7 0x30d2b0c 0x2cb3099 0x2cb2a72 0x29526de
0x295a78d /opt/scylladb/libreloc/libc.so.6+0x2a087 /opt/scylladb/libreloc/libc.so.6+0x2a14a
0x319a844
```

Ref: scylladb/scylladb#23446 (comment)
@fruch fruch force-pushed the detect_oversize branch from 2780b88 to a61acd6 Compare April 3, 2025 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants