You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason (for example:lost some fields of BigQuery table or network problem), the fluentd buffer have many files. After it restart, the legacy buffer files can't push into bigquery service automatic.
I think that the responsibility of this probrem is fluentd itself.
If buffer file already exists when fluentd is restarted, fluentd is supporsed to add bufferes to the processing queue.
And fluentd renames a part of filename from b to q (that is marker for expressing the buffering status).
But in this case, fluentd does not rename.
For some reason (for example:lost some fields of BigQuery table or network problem), the fluentd buffer have many files. After it restart, the legacy buffer files can't push into bigquery service automatic.
Environments
Configuration
Expected Behavior
If buffer path have some buffers, It don't push the legacy buffer files when fluentd restart.
Actual Behavior
Push legacy buffer when fluentd restart.
Log (if you have)
ls -al worker*/bigquery/buffer/
The text was updated successfully, but these errors were encountered: