Browse Source

Gets rid of todo that we discussed is ok.

pull/1291/head
James Phillips 9 years ago
parent
commit
cc6a7a2174
  1. 2
      consul/state/state_store.go

2
consul/state/state_store.go

@ -1099,8 +1099,6 @@ func (s *StateStore) parseCheckServiceNodes(
lindex = node.ModifyIndex
}
// TODO (slackpad) Make this work as an better indexed operation.
// We need to return the checks specific to the given service
// as well as the node itself. Unfortunately, memdb won't let
// us use the index to do the latter query so we have to pull

Loading…
Cancel
Save