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

Cache fileLength for fully written files #9683

Closed
wants to merge 4 commits into from

Commits on Feb 12, 2015

  1. [STORE] Cache fileLength for fully written files

    We use fileLength extensively in our stats APIs etc. this can be a
    bottleneck if called very often due to monitoring etc. This commit
    adds simple caching of fully written files to reduce the load on the FS.
    s1monw committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    c9d2dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. test the delete case as well

    s1monw committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    700209d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6126918 View commit details
    Browse the repository at this point in the history
  3. add javadoc

    s1monw committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    99d84b5 View commit details
    Browse the repository at this point in the history