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

Compact: group concurrency #1010

Merged
merged 17 commits into from
Apr 10, 2019
Merged

Compact: group concurrency #1010

merged 17 commits into from
Apr 10, 2019

Commits on Apr 4, 2019

  1. compact: add concurrency to group compact

    wangyaqiang1 authored and Martin Dickson committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    3add170 View commit details
    Browse the repository at this point in the history
  2. add flag to controll the number of goroutines to use when compacting …

    …group
    wangyaqiang1 authored and Martin Dickson committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    48a7f12 View commit details
    Browse the repository at this point in the history
  3. update compact.md for group-compact-concurrency

    wangyaqiang1 authored and Martin Dickson committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    3ffd27c View commit details
    Browse the repository at this point in the history
  4. fixed: miss wg.Add()

    wangyaqiang1 authored and Martin Dickson committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a06cd58 View commit details
    Browse the repository at this point in the history
  5. address CR

    Martin Dickson committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    5b40b2e View commit details
    Browse the repository at this point in the history
  6. regenerate docs

    Martin Dickson committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    1899eaa View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. use err group

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    d9d6a7a View commit details
    Browse the repository at this point in the history
  2. fix typo in flag description

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    0829a2d View commit details
    Browse the repository at this point in the history
  3. handle context

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    efc4b2a View commit details
    Browse the repository at this point in the history
  4. set up workers in main loop

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    754df52 View commit details
    Browse the repository at this point in the history
  5. move var initialisation

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    1c2b962 View commit details
    Browse the repository at this point in the history
  6. remove debug log

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    19ed453 View commit details
    Browse the repository at this point in the history
  7. validate concurrency

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    e73eac2 View commit details
    Browse the repository at this point in the history
  8. move comment

    mjd95 committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    a7e213c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. warn -> error

    Martin Dickson committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    fe79cd4 View commit details
    Browse the repository at this point in the history
  2. remove extra newline

    Martin Dickson committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    d12e0b2 View commit details
    Browse the repository at this point in the history
  3. fix typo

    Martin Dickson committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    a45b4ff View commit details
    Browse the repository at this point in the history