You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
base.InfofCtx(ctx, base.KeyDCP, "No importDest found for indexParams on rollback. sourceParams=%v indexParams=%v %v. Not able to start import feed", err, base.MD(sourceParams), base.MD(indexParams))
57
-
returnnil, nil, err
58
-
}
59
-
returnnil, importDest, nil
60
-
}
61
-
returnrollback
62
-
}
63
-
64
47
// getListenerForIndex looks up the importListener for the dbName specified in the index params
0 commit comments