Skip to content
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

HRCPP-74 TopologyId is not updated from topology response #70

Closed
wants to merge 1 commit into from
Closed

HRCPP-74 TopologyId is not updated from topology response #70

wants to merge 1 commit into from

Conversation

vblagoje
Copy link

DO NOT integrate. This PR is untested and needs review, feedback and testing before being integrated.

@vblagoje
Copy link
Author

@tristantarrant have a look.

@@ -31,7 +32,7 @@ class RemoteCacheManagerImpl
private:
sys::Mutex lock;
bool started;
int64_t topologyId;
AtomicInt* topologyId;
Copy link
Member

Choose a reason for hiding this comment

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

Why a pointer ? Make it a value.

@tristantarrant
Copy link
Member

Pulled, thanks

@vblagoje vblagoje deleted the HRCPP-74 branch November 13, 2013 15:03
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.

None yet

2 participants