Commit 0947b7d
authored
Revert backup chunk specification for suppressing useless chunk backup sets
"Fluent::Unrecoverable Error" make the log set backup per a whole chunk unit, not only relevant log message.
It cause irrelevant logs lost due to whole chunk backup, in other words, not sending and backup whole chunk data set including the bigger log than 256 kb.
In addition the chunk backup file is remained as useless things, because there is no solution to restore the backup sets now.
Refer fluent/fluentd#38131 parent 7287d1a commit 0947b7d
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
379 | 377 | | |
380 | 378 | | |
381 | 379 | | |
382 | | - | |
| 380 | + | |
| 381 | + | |
383 | 382 | | |
384 | 383 | | |
385 | 384 | | |
| |||
0 commit comments