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

crash in tiered code #4387

Closed
romange opened this issue Dec 30, 2024 · 0 comments · Fixed by #4395
Closed

crash in tiered code #4387

romange opened this issue Dec 30, 2024 · 0 comments · Fixed by #4395
Labels
bug Something isn't working

Comments

@romange
Copy link
Collaborator

romange commented Dec 30, 2024

configuration:

redis:
  image: 'docker.dragonflydb.io/dragonflydb/dragonfly'
  ulimits:
    memlock: -1
  volumes:
    - dragonflydata:/data
  command: [
    "--port", "6379",
    "--requirepass", "password",
    "--maxmemory", "8G",
    "--cache_mode=true",
    "--tiered_prefix=/data/tiered",
  ]

2024-12-29 06:44:40 F20241229 05:44:40.774821 11 externalalloc.cc:372] Check failed: idx < segments.size() (1 vs. 1)

also

message (14).txt
message (13).txt

@romange romange added the bug Something isn't working label Dec 30, 2024
romange added a commit that referenced this issue Jan 2, 2025
Fixes #4387

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
romange added a commit that referenced this issue Jan 2, 2025
Fixes #4387

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
romange added a commit that referenced this issue Jan 2, 2025
Fixes #4387

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant