mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Merge pull request #1922 from molecula/sup-145
SUP-145: Removed shard list in "shard unavailable" error log
This commit is contained in:
commit
d1c2861469
1 changed files with 1 additions and 1 deletions
|
|
@ -5725,7 +5725,7 @@ loop:
|
|||
continue loop
|
||||
}
|
||||
}
|
||||
return nil, errors.Wrapf(errShardUnavailable, "%s:%d:%v:%v", index, shard, shards, nodes)
|
||||
return nil, errors.Wrapf(errShardUnavailable, "%s:%d:%v", index, shard, nodes)
|
||||
}
|
||||
return m, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue