mirror of
https://github.com/wassname/ray.git
synced 2026-07-02 01:37:40 +08:00
[Streaming] Test build fixed (#10617)
This commit is contained in:
+2
-1
@@ -67,7 +67,8 @@ public class JobMaster {
|
||||
runtimeContext = new JobMasterRuntimeContext(streamingConfig);
|
||||
|
||||
// load checkpoint if is recover
|
||||
if (Ray.getRuntimeContext().wasCurrentActorRestarted()) {
|
||||
if (!Ray.getRuntimeContext().isSingleProcess() && Ray.getRuntimeContext()
|
||||
.wasCurrentActorRestarted()) {
|
||||
loadMasterCheckpoint();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user