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

Memory leak when exporting and importing from S3 #5737

Open
jepett0 opened this issue Jun 19, 2024 · 0 comments
Open

Memory leak when exporting and importing from S3 #5737

jepett0 opened this issue Jun 19, 2024 · 0 comments
Assignees

Comments

@jepett0
Copy link
Collaborator

jepett0 commented Jun 19, 2024

LeakSanitizer report

steps to reproduce:

  1. build ydbd with --sanitize=leak flag
  2. start ydbd (you can use start.sh script from the quickstart with a custom ydbd binary)
  3. create table_to_backup table in your database
  4. run ydb export s3 to backup the database to some S3 storage (you can use Yandex Cloud, it is free up to 1GB a month)
  5. delete table_to_backup table in the database
  6. run ydb import s3 to restore the database from the backup created at step 4
  7. run stop.sh script to shutdown the cluster
  8. observe stderr for the LeakSanitizer report
@jepett0 jepett0 self-assigned this Jun 19, 2024
@jepett0 jepett0 changed the title Memory leak when exporting / importing from S3 Memory leak when exporting and importing from S3 Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant