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

feat: dynamic flow control #721

Merged
merged 5 commits into from Apr 13, 2021
Merged

feat: dynamic flow control #721

merged 5 commits into from Apr 13, 2021

Commits on Apr 12, 2021

  1. feat: dynamic flow control part 1 (#620)

    * feat: dynamic flow control p1, add settings
    
    * update documents
    
    * move flow controller instantiation to stub.create
    
    * fix test
    
    * add some tests
    
    * split out settings to BatchCallSettings
    
    * add getters for target rpc latency
    
    * fix doc
    
    * more changes in doc
    
    * update document and checks on parameters
    
    * add more docs on flow control configs
    
    * fix test
    
    * split up enable/disable settings
    mutianf committed Apr 12, 2021
    Copy the full SHA
    7c8e403 View commit details
    Browse the repository at this point in the history
  2. feat: Dynamic flow control p2 (#670)

    * feat: dynamic flow control for bulk mutation batcher
    
    * improve documents
    
    * add integration test
    
    * clean up tests and formatting
    
    * add more comments
    
    * moved FlowControlEventStats into FlowController
    
    * updates based on review p1
    
    * updates based on review p2
    
    * updates on review
    
    * update constant
    mutianf committed Apr 12, 2021
    Copy the full SHA
    8d61762 View commit details
    Browse the repository at this point in the history
  3. fix tests

    mutianf committed Apr 12, 2021
    Copy the full SHA
    296a4e1 View commit details
    Browse the repository at this point in the history
  4. make row key prefix random

    mutianf committed Apr 12, 2021
    Copy the full SHA
    0f0dcbe View commit details
    Browse the repository at this point in the history
  5. updates based on review

    mutianf committed Apr 12, 2021
    Copy the full SHA
    b032931 View commit details
    Browse the repository at this point in the history