Skip to content

Commit

Permalink
Merge pull request #5226 from cockroachdb/kaneda/close_consistency_queue
Browse files Browse the repository at this point in the history
storage: Close replicaConsistencyQueue from the stopper's closer
  • Loading branch information
kkaneda committed Mar 15, 2016
2 parents c2404d6 + 8e08e8e commit bd46945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ func (s *Store) Start(stopper *stop.Stopper) error {
s.replicateQueue.Close()
s.replicaGCQueue.Close()
s.raftLogQueue.Close()
s.replicaConsistencyQueue.Close()
}))

if s.Ident.NodeID == 0 {
Expand Down

0 comments on commit bd46945

Please sign in to comment.