./helix-admin.sh --zkSvr localhost:2181 --listInstanceInfo bpms-cluster nodeTwo_12346 InstanceConfig: { "id" : "nodeTwo_12346", "mapFields" : { }, "listFields" : { "HELIX_DISABLED_PARTITION" : [ ] }, "simpleFields" : { "HELIX_ENABLED" : "true", "HELIX_HOST" : "nodeTwo", "HELIX_PORT" : "12346" } } [rsynek@rsynek-pc bin]$ ./helix-admin.sh --zkSvr localhost:2181 --listInstanceInfo bpms-cluster nodeOne_12345 InstanceConfig: { "id" : "nodeOne_12345", "mapFields" : { }, "listFields" : { "HELIX_DISABLED_PARTITION" : [ ] }, "simpleFields" : { "HELIX_ENABLED" : "true", "HELIX_HOST" : "nodeOne", "HELIX_PORT" : "12345" } } [rsynek@rsynek-pc bin]$ ./helix-admin.sh --zkSvr localhost:2181 --listResourceInfo bpms-cluster vfs-repo IdealState for vfs-repo: { "id" : "vfs-repo", "mapFields" : { "vfs-repo_0" : { "nodeOne_12345" : "LEADER", "nodeTwo_12346" : "STANDBY" } }, "listFields" : { "vfs-repo_0" : [ "nodeOne_12345", "nodeTwo_12346" ] }, "simpleFields" : { "IDEAL_STATE_MODE" : "AUTO", "NUM_PARTITIONS" : "1", "REBALANCE_MODE" : "SEMI_AUTO", "REPLICAS" : "2", "STATE_MODEL_DEF_REF" : "LeaderStandby", "STATE_MODEL_FACTORY_NAME" : "DEFAULT" } } ExternalView for vfs-repo: { "id" : "vfs-repo", "mapFields" : { "vfs-repo_0" : { "nodeOne_12345" : "LEADER", "nodeTwo_12346" : "STANDBY" } }, "listFields" : { }, "simpleFields" : { "BUCKET_SIZE" : "0" } }