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

*: configurable gRPC message size limits #9047

Merged
merged 11 commits into from
Dec 20, 2017

Commits on Dec 20, 2017

  1. integration: remove typo in "TestV3LargeRequests"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    9442f90 View commit details
    Browse the repository at this point in the history
  2. clientv3: configure gRPC message limits in Config

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    63d66b1 View commit details
    Browse the repository at this point in the history
  3. clientv3: call KV/Txn APIs with default gRPC call options

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    f877609 View commit details
    Browse the repository at this point in the history
  4. clientv3: call other APIs with default gRPC call options

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    497412c View commit details
    Browse the repository at this point in the history
  5. clientv3/integration: test large KV requests

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    f38593b View commit details
    Browse the repository at this point in the history
  6. words: whitelist more

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    1b3ed91 View commit details
    Browse the repository at this point in the history
  7. Documentation/upgrades: clean up 3.2, 3.3 guides

    Make headers consistent.
    
    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3d924ae View commit details
    Browse the repository at this point in the history
  8. Documentation/upgrades: highlight request limit changes in v3.2, v3.3

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    6bfde98 View commit details
    Browse the repository at this point in the history
  9. clientv3/integration: fix TestKVPutError

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    88fe8de View commit details
    Browse the repository at this point in the history
  10. integration: bump up wait leader timeout for slow CIs

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3d56045 View commit details
    Browse the repository at this point in the history
  11. Documentation/upgrades: highlight raw gRPC client wrapper changes

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3c5eb4f View commit details
    Browse the repository at this point in the history