Hi,
I dropped the resource already, but still seeing callbacks firing.. I
cannot list the resource using listResources.
$:~/helix-core-0.6.5$ bin/helix-admin.sh --zkSvr zkmaster:2181
--dropResource streamio countLog
$:~/helix-core-0.6.5$ bin/helix-admin.sh --zkSvr zkmaster:2181
--listResourceInfo streamio countLog | tail -10
"simpleFields" : {
"BUCKET_SIZE" : "0",
"IDEAL_STATE_MODE" : "AUTO_REBALANCE",
"NUM_PARTITIONS" : "4096",
"REBALANCE_MODE" : "FULL_AUTO",
"REPLICAS" : "1",
"STATE_MODEL_DEF_REF" : "OnlineOffline",
"STATE_MODEL_FACTORY_NAME" : "DEFAULT"
}
}
$ bin/helix-admin.sh --zkSvr zkmaster:2181 --listResources streamio | grep
countLog | wc -l
0
Any idea how to troubleshoot this?
Thanks
Vinoth