Skip to content

Commit

Permalink
fix full topic sync accumjulation
Browse files Browse the repository at this point in the history
  • Loading branch information
andyxning committed Feb 6, 2018
1 parent c53f30f commit 9c0bd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsqd/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func connectCallback(n *NSQD, hostname string, syncTopicChan chan *lookupPeer) f
resp, err := lp.Command(cmd)
if err != nil {
n.logf("LOOKUPD(%s): ERROR %s - %s", lp, cmd, err)
return
} else if bytes.Equal(resp, []byte("E_INVALID")) {
n.logf("LOOKUPD(%s): lookupd returned %s", lp, resp)
} else {
Expand Down

0 comments on commit 9c0bd91

Please sign in to comment.