-
Notifications
You must be signed in to change notification settings - Fork 217
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
Append file support #433
Comments
Thanks for your request. You mean that if we want to make a large file unit, we have to keep it in the buffer for a long period of time, and it is inconvenient, right? If you have any sample implementations, I would appreciate it if you could share them. |
We want to make the log file visible as soon as possible: if with short timekey, there might have many small files.
Ok, After read s3 documents, S3 itself not support append :) |
Sorry for my late response.
I see!!
Thanks! |
Is your feature request related to a problem? Please describe.
From my current understanding, log file is visible after a timekey interval or a buffer size.
If we configure with short time range there should have many files generated in case log content itself is not big.
If we configure with large time range then we need wait quite some time for log visibility.
Describe the solution you'd like
S3 support append semantic, so maybe we can implement with append file instead of put semantic.
Describe alternatives you've considered
File/WebHdfs plugin seems support append files.
Additional context
No response
The text was updated successfully, but these errors were encountered: