-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Ported NPE from v2 #5804
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
Merged
mitchdenny
merged 4 commits into
Azure:master
from
kushagraThapar:sams_club_npe_fix_port
Oct 15, 2019
Merged
Ported NPE from v2 #5804
mitchdenny
merged 4 commits into
Azure:master
from
kushagraThapar:sams_club_npe_fix_port
Oct 15, 2019
Conversation
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
Member
Author
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
moderakh
approved these changes
Oct 14, 2019
...-cosmos/src/main/java/com/azure/data/cosmos/internal/directconnectivity/AddressResolver.java
Show resolved
Hide resolved
Member
Author
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Merging after conversation with @kushagraThapar |
mbhaskar
added a commit
to mbhaskar/azure-sdk-for-java
that referenced
this pull request
Oct 22, 2019
Port of: Azure#5804
kushagraThapar
pushed a commit
that referenced
this pull request
Oct 23, 2019
* Porting reactor netty changes from v3 to v4 Used Reactor-Core and Reactor-Netty latest release. New TCP Configurations with idle connection timeout, connect timeout, connection keep alive, etc. Used Reactor-Netty's response APIs to convert Flux / Mono to Flux / Mono * Porting NPE from V3 Port of: #5804 * Changing the max connection pool size to 1000 * Port from : #5862
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is a port of v2 fix: Azure/azure-cosmosdb-java#267