-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixed routing map provider NPE #42874
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
Fixed routing map provider NPE #42874
Conversation
|
API change check API changes are not detected in this pull request. |
sdk/cosmos/azure-cosmos/src/main/java/com/azure/cosmos/implementation/Configs.java
Outdated
Show resolved
Hide resolved
FabianMeiswinkel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks!
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
FabianMeiswinkel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - Thanks
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
xinlian12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks :)
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run java - cosmos - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/check-enforcer override |
RxPartitionKeyRangeCache#tryGetOverlappingRangesAsync()can returnUtils.ValueHolderwithnullvalue. This is checked everywhere else, except in this case, where it is throwing NPE.Configs.javaclass intoReactorNettyClient.javaand other implementation classes.HttpClientusingHttpClientConfigsby calling the existing fluent pattern to configure the httpClient as we would like in different implementation layers.HttpClient,RoutingMapProviderfix and loading Azure VM metadata.Configs.javafromHttpTransportClient