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

Management Center cannot update Map Config on already created map proxies #2810

Closed
asimarslan opened this issue Jun 24, 2014 · 0 comments · Fixed by #2934
Closed

Management Center cannot update Map Config on already created map proxies #2810

asimarslan opened this issue Jun 24, 2014 · 0 comments · Fixed by #2934
Labels
Milestone

Comments

@asimarslan
Copy link
Contributor

MapProxySupport class has a reference field of MapConfig which never change.

After UpdateMapConfigOperation executed MapContainer's mapConfig updates but this doesn't reflected to map proxy reference stated above.

possible solution is "replace mapConfig reference with a method call which returns the mapconfig from mapContainer"

@asimarslan asimarslan added this to the 3.2.4 milestone Jun 24, 2014
eminn added a commit to eminn/hazelcast that referenced this issue Jul 8, 2014
… MapConfig it retrieves from the MapContainer, fixes hazelcast#2810
eminn added a commit to eminn/hazelcast that referenced this issue Jul 8, 2014
… MapConfig it retrieves from the MapContainer, fixes hazelcast#2810
eminn added a commit to eminn/hazelcast that referenced this issue Jul 8, 2014
… MapConfig it retrieves from the MapContainer, fixes hazelcast#2810
ChristerF pushed a commit to ChristerF/hazelcast that referenced this issue Aug 11, 2014
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Jan 28, 2020
frant-hartm pushed a commit that referenced this issue Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants