Skip to content

Commit

Permalink
Merge pull request #993 from andyxning/fix_full_topic_sync_accumulation
Browse files Browse the repository at this point in the history
nsqd: fix full topic sync accumulation
  • Loading branch information
mreiferson authored Mar 3, 2018
2 parents e6debab + 67d70f8 commit 1587161
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(LOG_ERROR, "LOOKUPD(%s): %s - %s", lp, cmd, err)
return
} else if bytes.Equal(resp, []byte("E_INVALID")) {
n.logf(LOG_INFO, "LOOKUPD(%s): lookupd returned %s", lp, resp)
} else {
Expand Down

0 comments on commit 1587161

Please sign in to comment.