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

[HELIX-599] Support creating/maintaining/routing resources with same names in different instance groups. #31

Merged
merged 1 commit into from Jul 16, 2015

Conversation

lei-xia
Copy link
Member

@lei-xia lei-xia commented Jun 22, 2015

More details on the problems and our proposed solution is on the jira description: https://issues.apache.org/jira/browse/HELIX-599

@@ -127,7 +127,9 @@ public void process(ClusterEvent event) throws Exception {
Message message =
createMessage(manager, resourceName, partition.getPartitionName(), instanceName,
currentState, nextState, sessionIdMap.get(instanceName), stateModelDef.getId(),
resource.getStateModelFactoryname(), bucketSize);
Copy link
Member

Choose a reason for hiding this comment

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

can we simply pass in the entire resource and createMessage can fetch required attributes from resource

Copy link
Member Author

Choose a reason for hiding this comment

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

Fix the method to take resource as argument for my updated pull request.

@asfgit asfgit merged commit a23beb7 into apache:helix-0.6.x Jul 16, 2015
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

4 participants