Merge branch 'master' into cluster-backup

This commit is contained in:
Ben Johnson 2021-05-20 14:10:27 -06:00 committed by GitHub
commit 94d45a36ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5705,7 +5705,7 @@ func (e *executor) mapper(ctx context.Context, eg *errgroup.Group, ch chan mapRe
// Group shards together by nodes.
m, err := e.shardsByNode(nodes, index, shards)
if err != nil {
return errors.Wrapf(err, "shards by node %v", shardSlice(shards))
return errors.Wrapf(err, "shards by node")
}
done := ctx.Done()