Hi Vinoth,

We met this issue before. What we did is using zk-dumper.sh to dump
everything inside ZK, and see where does this resource exist, and remove
those paths in ZK, and that works.

Unfortunately, we did not keep the state, so It would be great if you can
share the paths which contains the resource you dropped, that would be
helpful for debugging.

Thanks
Hang Qi

On Tue, May 19, 2015 at 11:10 AM, Vinoth Chandar <[email protected]> wrote:

> 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
>



-- 
Qi hang

Reply via email to