Skip to content

Commit

Permalink
[query] Fix for panic when deleting a namespace (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminasgu authored Dec 10, 2020
1 parent b7ea2e7 commit 76e5e21
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 76e5e21

Please sign in to comment.