This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!9483
change log level
From:
@pandoublefeng
Reviewed-by: @heleiwang,@jonyguo Signed-off-by:
@jonyguo
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
a554913704
38aad35138
commit
edb145f8f6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/minddata/dataset/util/task.cc
+ 1
- 1
mindspore/ccsrc/minddata/dataset/util/task.cc
View File
@@ -140,7 +140,7 @@ Status Task::Join(WaitFlag blocking) {
// to interrupt everything one more time.
std::stringstream ss;
ss << get_id();
MS_LOG(
ERROR
) << MyName() << " Thread ID " << ss.str() << " is not responding. Interrupt again";
MS_LOG(
WARNING
) << MyName() << " Thread ID " << ss.str() << " is not responding. Interrupt again";
interrupt_svc->InterruptAll();
}
} else {
Write
Preview
Loading…
Cancel
Save