This repository was archived by the owner on May 8, 2026. It is now read-only.
feat: add experimental channel refreshing#115
Merged
kolea2 merged 1 commit intoDec 17, 2019
Conversation
8651577 to
111b544
Compare
kolea2
previously requested changes
Dec 17, 2019
Contributor
|
As discussed offline
|
111b544 to
8783ce6
Compare
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
============================================
- Coverage 81.29% 81.23% -0.07%
- Complexity 937 940 +3
============================================
Files 95 96 +1
Lines 5849 5878 +29
Branches 325 327 +2
============================================
+ Hits 4755 4775 +20
- Misses 918 925 +7
- Partials 176 178 +2
Continue to review full report at Codecov.
|
8783ce6 to
836fdda
Compare
igorbernstein2
suggested changes
Dec 17, 2019
836fdda to
f7aede6
Compare
f7aede6 to
f74dbfd
Compare
igorbernstein2
approved these changes
Dec 17, 2019
igorbernstein2
left a comment
Contributor
There was a problem hiding this comment.
LGTM!
Thanks for landing this!
kolea2
reviewed
Dec 17, 2019
| String projectId = "my-project"; | ||
| String instanceId = "my-instance"; | ||
| String appProfileId = "my-app-profile-id"; | ||
| boolean isRefreshingChannel = true; |
Contributor
There was a problem hiding this comment.
can you please add a small test for the default (unset) refreshingChannel as well and that it is false?
Contributor
Author
There was a problem hiding this comment.
added 2 tests for default and false
…GFE and integrate into bigtable client
f74dbfd to
b9ca9cd
Compare
kolea2
approved these changes
Dec 17, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement ChannelPrimer to establish connection to the GFE so bigtable client will reconnect to the Cloud Bigtable service periodically before the connection gets terminated.