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

Make BytesStreamOutput more efficient #5318

Closed
wants to merge 6 commits into from
Closed

Make BytesStreamOutput more efficient #5318

wants to merge 6 commits into from

Commits on Mar 3, 2014

  1. Makes BytesStreamOutput more efficient by introducing internal paging

    via a (currently private) non-recycling PageCacheRecycler. This change
    brought to light a bug in FsTranslog, which used seek()
    incorrectly/ambiguously; this is fixed so that it works with both the
    old and new implementation.
    
    Fix for bug #5159
    hhoffstaette committed Mar 3, 2014
    Configuration menu
    Copy the full SHA
    2b29ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5278df View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Percentiles aggregation.

    A new metric aggregation that can compute approximate values of arbitrary
    percentiles.
    
    Close #5323
    polyfractal authored and hhoffstaette committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    8bf1cad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0935bc View commit details
    Browse the repository at this point in the history
  3. [DOCS] Java API JSON typo

    bly2k authored and hhoffstaette committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    778ddb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c8b076 View commit details
    Browse the repository at this point in the history