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

[config] [dynamic-config] Ensure dynamic configuration is available before HazelcastInstance is returned to user #10926

Closed
vbekiaris opened this issue Jul 14, 2017 · 0 comments · Fixed by #10997
Assignees
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Defect
Milestone

Comments

@vbekiaris
Copy link
Contributor

Dynamic configuration currently relies on replication operation to distribute dynamically added configs to new members. This has two consequences:

  • dynamic configs are not available in lite members
  • the HazelcastInstance is returned to the user before the replication operations are done, so a user may create a proxy before the dynamic config is known to the local member.
@vbekiaris vbekiaris added this to the 3.9 milestone Jul 14, 2017
@mmedenjak mmedenjak changed the title Ensure dynamic configuration is available before HazelcastInstance is returned to user [config] [dynamic-config] Ensure dynamic configuration is available before HazelcastInstance is returned to user Jul 14, 2017
@vbekiaris vbekiaris self-assigned this Jul 25, 2017
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Defect
Projects
None yet
2 participants