Skip to content

Commit

Permalink
transport: made transport logging less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
lni committed Jul 31, 2022
1 parent c332c58 commit e77cf6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/transport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ func (t *Transport) send(req pb.Message) (bool, failedSend) {
from := req.From
addr, key, err := t.resolver.Resolve(shardID, toReplicaID)
if err != nil {
plog.Warningf("%s do not have the address for %s, dropping a message",
t.sourceID, dn(shardID, toReplicaID))
return false, unknownTarget
}
// fail fast
Expand Down

0 comments on commit e77cf6b

Please sign in to comment.