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

buffer_byte_size has value 18446744073709548000 #21683

Open
palytsh opened this issue Nov 2, 2024 · 0 comments
Open

buffer_byte_size has value 18446744073709548000 #21683

palytsh opened this issue Nov 2, 2024 · 0 comments
Labels
domain: buffers Anything related to Vector's memory/disk buffers type: bug A code related bug.

Comments

@palytsh
Copy link

palytsh commented Nov 2, 2024

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

Hello!
Just after scheduled server reboot got some strange internal metrics:

vector_buffer_byte_size{buffer_type="disk",component_id="metrics_remote",component_kind="sink",component_type="vector",host="APP001",stage="0"} 18446744073709548000 1730571882818
vector_buffer_events{buffer_type="disk",component_id="metrics_remote",component_kind="sink",component_type="vector",host="APP001",stage="0"} 0 1730571882818

Indeed, buffer should be empty.

Configuration

[sinks.metrics_remote]
type = "vector"
inputs = [ "metric_aggregate" ]
address = "x.x.x.x:50001"
buffer = {type = "disk", max_size = 1073741824, when_full = "block"}
healthcheck.enabled = false

Version

vector 0.42.0 (x86_64-pc-windows-msvc 3d16e34 2024-10-21 14:10:14.375255220)

Debug Output

No response

Example Data

No response

Additional Context

No response

References

No response

@palytsh palytsh added the type: bug A code related bug. label Nov 2, 2024
@jszwedko jszwedko added the domain: buffers Anything related to Vector's memory/disk buffers label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: buffers Anything related to Vector's memory/disk buffers type: bug A code related bug.
Projects
None yet
Development

No branches or pull requests

2 participants