We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4e0c9 commit a94ddd6Copy full SHA for a94ddd6
pkg/kv/kvserver/loqrecovery/server.go
@@ -479,7 +479,7 @@ func (s Server) NodeStatus(
479
status.PendingPlanID = &plan.PlanID
480
}
481
err = s.stores.VisitStores(func(s *kvserver.Store) error {
482
- r, ok, err := readNodeRecoveryStatusInfo(ctx, s.TODOEngine())
+ r, ok, err := readNodeRecoveryStatusInfo(ctx, s.LogEngine())
483
if err != nil {
484
return err
485
0 commit comments