зеркало из https://github.com/github/vitess-gh.git
handle readtablet error (#12511)
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
This commit is contained in:
Родитель
7bd77855e4
Коммит
6fe32599ca
|
@ -258,6 +258,9 @@ func recoverDeadPrimary(ctx context.Context, analysisEntry inst.ReplicationAnaly
|
|||
|
||||
// Read the tablet information from the database to find the shard and keyspace of the tablet
|
||||
tablet, err := inst.ReadTablet(analysisEntry.AnalyzedInstanceKey)
|
||||
if err != nil {
|
||||
return false, nil, err
|
||||
}
|
||||
|
||||
var candidateTabletAlias *topodatapb.TabletAlias
|
||||
if candidateInstanceKey != nil {
|
||||
|
|
Загрузка…
Ссылка в новой задаче