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

v1.17: Bigtable: update google proto files and allow configuration of max_message_size (backport of #34740) #34741

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jan 11, 2024

This is an automatic backport of pull request #34740 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…ssage_size (#34740)

* Update proto files with tonic-build v0.9.2

* Manually ignore invalid doc-tests

* Add new ReadRowsRequest fields

* Add LedgerStorageConfig::max_message_size and default value

* Add BigtableConnection::max_message_size and use on client creation

* Add max_message_size to RpcBigtableConfig and make const pub

* Add solana-validator cli arg

(cherry picked from commit 166be29)
@CriesofCarrots CriesofCarrots added the automerge Merge this Pull Request automatically once CI passes label Jan 11, 2024
@mergify mergify bot merged commit 07acb46 into v1.17 Jan 11, 2024
33 checks passed
@mergify mergify bot deleted the mergify/bp/v1.17/pr-34740 branch January 11, 2024 05:25
Copy link

codecov bot commented Jan 11, 2024

Codecov Report

Attention: 156 lines in your changes are missing coverage. Please review.

Comparison is base (6af8e3b) 81.7% compared to head (0fb7b43) 81.7%.
Report is 1 commits behind head on v1.17.

Additional details and impacted files
@@            Coverage Diff            @@
##            v1.17   #34741     +/-   ##
=========================================
- Coverage    81.7%    81.7%   -0.1%     
=========================================
  Files         805      805             
  Lines      218644   218796    +152     
=========================================
- Hits       178793   178761     -32     
- Misses      39851    40035    +184     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge this Pull Request automatically once CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants