Hi,

I see that HelixAdmin has a call to add resources, but even the most detailed call:

  public void addResource(String clusterName, String resourceName,
      int partitions, String stateModelRef, String idealStateMode,
      int bucketSize, int maxPartitionsPerInstance)

does not allow the setting of the state model factory name.

Should I file a JIRA and provide a patch to add another call:

  public void addResource(String clusterName, String resourceName,
int partitions, String stateModelRef, String stateModelFactoryName, String idealStateMode,
      int bucketSize, int maxPartitionsPerInstance)


Thanks,
Vinayak

Reply via email to