fix(gax): Remove strict validation that resize delta must be less than max channel count by lqiu96 · Pull Request #12863 · googleapis/google-cloud-java · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
03e341c
feat(gax-grpc): add configurable resize delta and warning for repeate…
lqiu96 Apr 17, 2026
2060fcf
chore(gax-grpc): revert surefire plugin configuration in pom.xml
lqiu96 Apr 17, 2026
e876b31
chore(gax-grpc): add comments and remove magic numbers for resize delta
lqiu96 Apr 17, 2026
b3ffb64
docs(gax-grpc): explain resizing detection choice in comments
lqiu96 Apr 17, 2026
8a5daa1
chore(gax-grpc): replace magic number 5 with constant in ChannelPool
lqiu96 Apr 17, 2026
813e101
docs(gax-grpc): update javadoc for maxResizeDelta to explain burst ha…
lqiu96 Apr 17, 2026
91ffb52
chore: generate libraries at Fri Apr 17 21:02:58 UTC 2026
cloud-java-bot Apr 17, 2026
de28aef
docs(gax-grpc): reference MAX_RESIZE_DELTA constant in javadoc
lqiu96 Apr 17, 2026
827b22d
docs(gax-grpc): explain use of == for log threshold
lqiu96 Apr 17, 2026
899736f
feat(gax-grpc): optimize ChannelPool resize and add thread safety com…
lqiu96 Apr 17, 2026
f9792b6
style(gax-grpc): format ChannelPool.java
lqiu96 Apr 17, 2026
856f3f2
style(gax-grpc): use constant for warning message and simplify comments
lqiu96 Apr 17, 2026
a6a34dc
Merge branch 'main' into feat/channelpool-resizing
lqiu96 Apr 20, 2026
2be58da
Revert "chore: generate libraries at Fri Apr 17 21:02:58 UTC 2026"
lqiu96 Apr 20, 2026
e61486f
chore: Update ocmments and refactor
lqiu96 Apr 20, 2026
cbef704
feat(gax-grpc): remove maxResizeDelta validation and update javadoc
lqiu96 Apr 20, 2026
2895af5
style(gax-grpc): update javadoc in ChannelPoolSettings to be a warning
lqiu96 Apr 20, 2026
068887e
feat(gax-grpc): restore maxResizeDelta validation and javadoc
lqiu96 Apr 20, 2026
947fad5
docs(gax-grpc): add comment explaining resize delta clamping in stati…
lqiu96 Apr 20, 2026
f62aa0c
chore: Add a comment to explain the resize delta logic in static size
lqiu96 Apr 20, 2026
697c336
feat(gax-grpc): add cap of 25 to maxResizeDelta and test
lqiu96 Apr 20, 2026
387c68e
docs(gax-grpc): add warning about high resize delta values in javadoc
lqiu96 Apr 20, 2026
defe1bb
docs(gax-grpc): add warning about high resize delta values to setter …
lqiu96 Apr 20, 2026
e84b9d2
chore: Address sonar comments
lqiu96 Apr 21, 2026
f4ce3df
fix: Fix channel clamping logic in ChannelPools to respect channel bo…
lqiu96 Apr 21, 2026
f724364
Refine ChannelPool Javadoc and restore validation
lqiu96 Apr 21, 2026
0c8f65e
docs(gax-grpc): clarify runtime capping of maxResizeDelta and simplif…
lqiu96 Apr 21, 2026
1c205e3
docs(gax-grpc): clarify runtime capping of maxResizeDelta and simplif…
lqiu96 Apr 21, 2026
dd0a3fe
chore: Remove unneeded resize delta validation
lqiu96 Apr 21, 2026
ada273c
Merge branch 'main' into fix/channelpool-logic-fix
lqiu96 Apr 21, 2026
0cf1ba4
chore: Fix merge conflicts adding duplicated test
lqiu96 Apr 21, 2026
3c18a39
Merge branch 'main' into fix/channelpool-logic-fix
lqiu96 Apr 22, 2026
89271df
chore: Address PR comments
lqiu96 Apr 22, 2026
6f79c03
fix(gax-grpc): remove redundant clamping and add boundary tests
lqiu96 Apr 22, 2026
c671e66
chore: use clearer variable names
lqiu96 Apr 22, 2026
6654ce3
chore: Fix lint issues
lqiu96 Apr 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading