-
Notifications
You must be signed in to change notification settings - Fork 2k
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
base: main
Are you sure you want to change the base?
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
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). |
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). |
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). |
RxPartitionKeyRangeCache#tryGetOverlappingRangesAsync()
can returnUtils.ValueHolder
withnull
value. This is checked everywhere else, except in this case, where it is throwing NPE.Configs.java
class intoReactorNettyClient.java
and other implementation classes.HttpClient
usingHttpClientConfigs
by calling the existing fluent pattern to configure the httpClient as we would like in different implementation layers.HttpClient
,RoutingMapProvider
fix and loading Azure VM metadata.Configs.java
fromHttpTransportClient