Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
This commit is contained in:
Florent Poinsard 2023-03-01 10:10:59 +02:00 коммит произвёл GitHub
Родитель 7bd77855e4
Коммит 6fe32599ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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 {