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

Impl posfile auto-compaction in in_tail #2805

Merged
merged 10 commits into from
Feb 5, 2020

Commits on Jan 31, 2020

  1. Replace impl

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    76283d8 View commit details
    Browse the repository at this point in the history
  2. Change interface of initialize

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ad20e9f View commit details
    Browse the repository at this point in the history
  3. Use PositionFile.load

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    71fef9e View commit details
    Browse the repository at this point in the history
  4. test: Add try_compact test

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    7ee81da View commit details
    Browse the repository at this point in the history
  5. Delete compact class method

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    ff8fa6f View commit details
    Browse the repository at this point in the history
  6. Add pos_file_compaction_interval

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    69901c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. change $log to log

    In order to be able to use different log level in per plugin
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    0ffdd84 View commit details
    Browse the repository at this point in the history
  2. Return returned value

    it returned path name of file.
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    448a1bf View commit details
    Browse the repository at this point in the history
  3. stop circular require

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    bff27ea View commit details
    Browse the repository at this point in the history
  4. change content value

    Testing with Fileutils.touch needs to call `sleep` to change the value of
    mtime
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    8946e53 View commit details
    Browse the repository at this point in the history