cool-lifeguard-49380
11/22/2024, 3:51 PMfsspec
in python at all?
• How much of a “first-class-citizen” is copilot? The “raw notes” in its readme sound a bit like its WIP.
Thank you 🙏glamorous-carpet-83516
11/22/2024, 7:04 PMglamorous-carpet-83516
11/22/2024, 7:04 PMglamorous-carpet-83516
11/22/2024, 7:06 PMUse shared process namespace. This allows all pids in a pod to share the namespace. Thus pids can see each other
cool-lifeguard-49380
11/22/2024, 7:56 PMfreezing-airport-6809
freezing-airport-6809
freezing-airport-6809
cool-lifeguard-49380
11/23/2024, 11:58 AMcool-lifeguard-49380
11/23/2024, 12:01 PMfsspec
still be used to load/write from/to local filesystem even if copilot is used? We have a problem with fsspec
because it sometimes just randomly deadlocks and prevents anything from being written to blob storage, causing tasks to hang. (And it’s not the “known” deadlock issue with fsspec and forked processes.)
So far we haven’t figured out what breaks fsspec but are looking for ways to not rely on fsspec for uploading task outputs.freezing-airport-6809
cool-lifeguard-49380
11/23/2024, 7:23 PMglamorous-carpet-83516
11/26/2024, 1:14 AMcool-lifeguard-49380
11/26/2024, 7:26 AMcool-lifeguard-49380
11/26/2024, 5:06 PMcool-lifeguard-49380
11/26/2024, 5:07 PM} else if pod := taskTemplate.GetK8SPod(); pod != nil {
dataLoadingConfig = pod.GetDataConfig()
}
if dataLoadingConfig != nil {
if err := AddCoPilotToContainer(ctx, config.GetK8sPluginConfig().CoPilot,
primaryContainer, taskTemplate.Interface, dataLoadingConfig); err != nil {
return nil, nil, err
}
if err := AddCoPilotToPod(ctx, config.GetK8sPluginConfig().CoPilot, podSpec, taskTemplate.GetInterface(),
tCtx.TaskExecutionMetadata(), tCtx.InputReader(), tCtx.OutputWriter(), dataLoadingConfig); err != nil {
return nil, nil, err
}
}
cool-lifeguard-49380
11/26/2024, 5:07 PMdataLoadingConfig
ends up being nil
so that the copilot side car isn’t injected.cool-lifeguard-49380
12/05/2024, 8:20 PMcool-lifeguard-49380
12/05/2024, 8:23 PMcool-lifeguard-49380
12/05/2024, 8:24 PMthankful-minister-83577