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

The ExportColumnFamily API does not return data as expected. #13295

Open
LIBA-S opened this issue Jan 14, 2025 · 0 comments
Open

The ExportColumnFamily API does not return data as expected. #13295

LIBA-S opened this issue Jan 14, 2025 · 0 comments

Comments

@LIBA-S
Copy link
Contributor

LIBA-S commented Jan 14, 2025

RocksDB version

v8.4.4

Expected behavior

We have a CF that needs to be exported. Since the amount of data is relatively small, no SST file has been generated yet. It is expected that when exporting through the ExportColumnFamily API, an SST file can be generated. but in fact, the vector of file metadata in ExportImportFilesMetaData is empty, It is uncertain whether an SST file was generated at that time because the DB directory was cleaned up when the failure occurred.

Actual behavior

the vector of file metadata in ExportImportFilesMetaData is empty.

Steps to reproduce the behavior

Currently, there is no way to reproduce the problem. In our scenario, a large number of similar CFs are being exported simultaneously. I wonder if it could be due to a stale SuperVersion issue: The SST file has been successfully generated, but it has not been reflected in the metadata yet.

I hope to get help from the community.

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