String path = PropertyPathConfig.getPath(PropertyType.PROPERTYSTORE, _clusterName);
// reuse the existing zkClient because its serializer will use raw serialization
// for paths of the property store.
_propertyStore =
new ZKPropertyStore<ZNRecord>(_zkClient, new ZNRecordJsonSerializer(), path);
}
return _propertyStore;
}