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

Compactor is not compressing the parquet into a single file instead it let the files as it is #3409

Open
RVaidhy opened this issue May 3, 2024 · 1 comment
Labels
☢️ Bug Something isn't working

Comments

@RVaidhy
Copy link

RVaidhy commented May 3, 2024

Which OpenObserve functionalities are the source of the bug?

ingestion

Is this a regression?

No

Description

Hi Team,

We are using openobserve for our production system. There, we are storing the logs in to a S3 bucket. Usually at the end of the day when we check the folders, the individual parquet (Every 10 mins / 10 MB or 5 MB , which ever is earlier a parquet will get created is that what I believe), will be bundled as a single parquet. But recently that capability didn't happen.

Do we need to explicitly mention that argument inorder to make that work. From the documents we came to know that the ZO_COMPACT_MAX_FILE_SIZE was enabled by default. Please correct me if I am wrong.

ZO_COMPACT_ENABLED true No enable compact for small files.
ZO_COMPACT_INTERVAL 60 No interval at which job compacts small files into larger files. default is 60s, unit: second
ZO_COMPACT_MAX_FILE_SIZE 256 No max file size for a single compacted file, after compaction all files will be below this value. default is 256MB, unit: MB

Please help us to get rid of this issue.

Openobserve Version we are using is ,

Version
v0.8.0
Commit Hash
921b397
Build Date
2024-01-29T17:18:37Z

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

No response

Please provide the version you discovered this bug in (check about page for version information)

No response

Anything else?

No response

@RVaidhy RVaidhy added the ☢️ Bug Something isn't working label May 3, 2024
@hengfeiyang
Copy link
Contributor

any logs? any error?

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

No branches or pull requests

2 participants