This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Log when receiving SpawnNodeResult with invalid/stopped dataflow ID
tags/v0.3.12-rc0
Philipp Oppermann
9 months ago
parent
d64584bf97
commit
ea3793cb52
Failed to extract signature
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
binaries/daemon/src/lib.rs
+ 2
- 0
binaries/daemon/src/lib.rs
View File
@@ -394,6 +394,8 @@ impl Daemon {
Ok(running_node) => {
if let Some(dataflow) = self.running.get_mut(&dataflow_id) {
dataflow.running_nodes.insert(node_id, running_node);
} else {
tracing::error!("failed to handle SpawnNodeResult: no running dataflow with ID {dataflow_id}");
}
}
Err(error) => {
Write
Preview
Loading…
Cancel
Save