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

[7.17](backport #36256) Filter out duplicate paths resolved from matching globs #36264

Merged
merged 3 commits into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. Filter out duplicate paths resolved from matching globs (#36256)

    Filter out duplicate paths resolved from matching globs
    
    Multiple globs can resolve in duplicate filenames. These duplicates
    must be filtered out even before they reach the creation of file descriptors
    and additional checks, otherwise this causes a flood of warning
    messages in logs.
    
    These warnings should catch only the cases when symlinks are
    resolved in known filenames.
    
    (cherry picked from commit 4d0276a)
    rdner authored and mergify[bot] committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    69469ec View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    rdner authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    77bb8b9 View commit details
    Browse the repository at this point in the history
  3. Fix the rename

    rdner committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    16cc649 View commit details
    Browse the repository at this point in the history