Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
remove outdated todos
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Nov 21, 2016
1 parent c9a7d51 commit 56f0a72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zk/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ func (w *Watcher) reconnect() error {
}
}

// TODO: recreate permanent paths? What if zookeeper dies and loses data?
// TODO: clear data on setup? or just hope that it's uniquely namespaced enough
err = w.createAll(w.prefix)
if err != nil {
return fmt.Errorf("creating base path: %s", err)
Expand Down

0 comments on commit 56f0a72

Please sign in to comment.