Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-05-11 17:56:54 +0800
Commit
539038df474285242ffd3860823a3950601cf57a
1 parent
add22e35
腾讯云取主机异常,则返回
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
monitor-service-cmdb/src/main/java/com/yoho/ops/cmdb/qcloud/util/QcloudSdkUtil.java
monitor-service-cmdb/src/main/java/com/yoho/ops/cmdb/qcloud/util/QcloudSdkUtil.java
View file @
539038d
...
...
@@ -437,6 +437,9 @@ public class QcloudSdkUtil {
}
}
catch
(
Exception
e
){
logger
.
error
(
" - QcloudToolServiceImpl - getScalingInstancesSet- error"
,
e
);
//如果发生了异常,直接返回
return
null
;
}
return
allHost
;
...
...
Please
register
or
login
to post a comment