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

in_tail: position_file: Define path based equalities on TargetInfo #3391

Closed
wants to merge 3 commits into from

Commits on May 25, 2021

  1. in_tail: position_file: Define path based equalities on TargetInfo

    In the previous Fluentd v1.11.x implementation uses path based tailing
    keys.
    We wouldn't rewrite tailing mechanism entirely.
    And also we're implicitly assuming path based equality for TargetInfo in tailing logic.
    We should handle TargetInfo with path based equality instead of path and
    inode based equality.
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    e516268 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. in_tail: position_file: test: Add not equal testcases

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    ab36738 View commit details
    Browse the repository at this point in the history
  2. in_tail: position_file: test: Extract testcases for equality rule as …

    …sub_test_case
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2f2214b View commit details
    Browse the repository at this point in the history