Skip to content

Commit

Permalink
[query] Fix for panic when deleting a namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasgu committed Dec 7, 2020
1 parent 4faa2db commit 24a9349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/query/storage/m3/dynamic_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ func (d *dynamicCluster) updateNamespacesByEtcdClusterWithLock(
if err != nil {
existing.remove(nsID)
removed = append(removed, nsID)
continue
}

if nsMd.Equal(newNsMd) {
Expand Down

0 comments on commit 24a9349

Please sign in to comment.