threefoldtecharchive / 0-templates

0-robot templates
Apache License 2.0
1 stars 1 forks source link

Development ns address #243

Closed muhamadazmy closed 5 years ago

muhamadazmy commented 5 years ago

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