On deleting a namespace, it tries to find it's address first which will not work in case of zdb failure. I also find that we cache the address. So instead i kept track of the address in the namespace data.
other changes were done accordingly, this include cleaning up state of tlog/data shards based on what kind of namespace u deleting.
I tested this, but I need @Dinaamagdy to test her scenario first before we merge this
On deleting a namespace, it tries to find it's address first which will not work in case of zdb failure. I also find that we cache the address. So instead i kept track of the address in the namespace data.
other changes were done accordingly, this include cleaning up state of tlog/data shards based on what kind of namespace u deleting.
I tested this, but I need @Dinaamagdy to test her scenario first before we merge this
Fixes #239