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
returnnil, fmt.Errorf("could not restore state from checkpoint: %w, please drain this node and delete pod allocation checkpoint file %q before restarting Kubelet",
52
54
err, path.Join(stateDir, checkpointName))
53
55
}
54
56
55
57
stateCheckpoint:=&stateCheckpoint{
56
-
cache: NewStateMemory(praInfo.AllocationEntries),
58
+
cache: NewStateMemory(pra),
57
59
checkpointManager: checkpointManager,
58
60
checkpointName: checkpointName,
61
+
lastChecksum: checksum,
59
62
}
60
63
returnstateCheckpoint, nil
61
64
}
62
65
63
66
// restores state from a checkpoint and creates it if it doesn't exist
verifyPodResourceAllocation(t, &tt.args.podResourceAllocation, &actual, "restored pod resource allocation is not equal to original pod resource allocation")
0 commit comments