Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allocator: fix panic when accessing nil store descriptor
Previously allocator was trying to update store descriptor counters on unitialized stores. Instead of checking if detail is nil which should never happen, it should check if descriptor in detail is not nil as it is only eventually populated by gossip. Release note: None
- Loading branch information