Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluent/fluentd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.4
Choose a base ref
...
head repository: fluent/fluentd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.5
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 27, 2024

  1. buffer: fix emit error of race condition (#4450)

    Backported from 13a5199.
    
    After 95438b2 (#4342), there is a
    section where chunks do not have a lock in `write_step_by_step()`.
    
    `write_step_by_step()` must ensure their locks until passing them
    to the block.
    Otherwise, race condition can occur and it can cause emit error
    by IOError.
    Example of warning messages of emit error:
    
        [warn]: #0 emit transaction failed: error_class=IOError error="closed stream" location=...
        [warn]: #0 send an error event stream to @error: error_class=IOError error="closed stream" location=...
    
    Signed-off-by: Daijiro Fukuda <[email protected]>
    daipom authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    403a28f View commit details
    Browse the repository at this point in the history
  2. v1.16.5

    Signed-off-by: Daijiro Fukuda <[email protected]>
    daipom authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    95d130a View commit details
    Browse the repository at this point in the history
Loading