Skip to content

Re-use location info among all REST clients#204

Open
AlexRukhlin wants to merge 2 commits intomasterfrom
users/arukhlin/handler
Open

Re-use location info among all REST clients#204
AlexRukhlin wants to merge 2 commits intomasterfrom
users/arukhlin/handler

Conversation

@AlexRukhlin
Copy link
Contributor

No description provided.

clientHandler.init(true, null, getBaseURI());

ApiResourceLocationCollection locations = clientHandler.getLocations();
ApiResourceLocationCollection locations = getServerApiLocations();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's at least two locks taken when inside this line. Do we have a convention (e.g. should we add a comment or something) to make sure that no future modifications take these two locks in a different order? (serverApiVersionLock and serverApiLocationsLock)

(Alternatively, I don't see a problem with locking on the same [serverApiVersionLock] when setting serverApiLocations.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants