Github user lei-xia commented on a diff in the pull request: https://github.com/apache/helix/pull/31#discussion_r34328187 --- Diff: helix-core/src/main/java/org/apache/helix/controller/stages/MessageGenerationPhase.java --- @@ -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); --- End diff -- Fix the method to take resource as argument for my updated pull request.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---