Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Use concurrent.Writer in place of bufio.Writer #149

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2017

  1. Use concurrent.Writer in place of bufio.Writer and remove all Flush()…

    … calls from under mutex protection to reduce the likelihood of commits blocking on slow disk.
    alin-amana committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    4bf8a82 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Add an optional channel parameter to SegmentWAL.cut(), to allow the c…

    …aller to wait on the asynchronous finishing of the current segment. Mostly for testing.
    alin-amana committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    fc844b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb7571 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Configuration menu
    Copy the full SHA
    a14cd97 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Configuration menu
    Copy the full SHA
    50698d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Merge upstream/master.

    alin-amana committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    83b0f06 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'concurrent_write_and_flush_for_wal' of github.com:alin-…

    …amana/prometheus-tsdb into concurrent_write_and_flush_for_wal
    alin-amana committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    3393737 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Fix compilation error.

    alin-amana committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    593b968 View commit details
    Browse the repository at this point in the history
  2. Merge upstream/master.

    alin-amana committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    c1aecbc View commit details
    Browse the repository at this point in the history