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

Bulk API congestion control #1074

Merged
merged 40 commits into from
Feb 25, 2020

Commits on Dec 3, 2019

  1. Bulk congestion control changes with perf optimizations

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    8f0e180 View commit details
    Browse the repository at this point in the history
  2. Resource stream null exception - To be reverted later

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f4ea89e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    fa63dc0 View commit details
    Browse the repository at this point in the history
  2. Merging with master

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    51c2134 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7a675ca View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    b42a8ee View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Code review fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    2cd6b00 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Fixing program.cs

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    c3cd1cb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. correcting .json

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    8ef1e99 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0b96a30 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Code review fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d74df2e View commit details
    Browse the repository at this point in the history
  2. Null check removing

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    0bf11cb View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Code review changes

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ca55d83 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    3c604c2 View commit details
    Browse the repository at this point in the history
  3. Fixing async

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    aa60e67 View commit details
    Browse the repository at this point in the history
  4. Typo fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    af2a3b7 View commit details
    Browse the repository at this point in the history
  5. Merging with master

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    f4d19c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Few fix and adding flag for congestion control

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    2f3b29f View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Minor fixes

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    9de509d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    bbbd0e0 View commit details
    Browse the repository at this point in the history
  2. Fixing contract

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    483437e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Moving congestion control logic to streamer

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    9db1625 View commit details
    Browse the repository at this point in the history
  2. Code review changes

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8a5e75a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Batcher test case fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    942cb87 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Code review fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    c5df4d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merging with master

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    23ea17a View commit details
    Browse the repository at this point in the history
  2. Adding unit test case

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    9c3a57f View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    f453121 View commit details
    Browse the repository at this point in the history
  4. test case non flaky

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    a172308 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Fixing assert

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    c582eb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Renaming of EnableCongestionControlForBulkExecution to EnableAdaptive…

    …BulkExecution
    
    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    1b41d41 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Contract changes

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    7c9fea8 View commit details
    Browse the repository at this point in the history
  2. Flaky test case fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    44e7a04 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Code review changes

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    471d5de View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Contract changes

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2d9d109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b88985 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Reverting change for not exposing congestion control knob

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    21dd69f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Code review fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3bad759 View commit details
    Browse the repository at this point in the history
  2. Minor fix

    Signed-off-by: Rakesh Kumar <rakkuma@microsoft.com>
    rakkuma committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    0f038fc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Azure/azure-cosmos-dotnet-v3

     into users/rakkuma/batch-api-congestion-control
    rakkuma committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    39c8061 View commit details
    Browse the repository at this point in the history