Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
a8b0695c
Commit
a8b0695c
authored
5 months ago
by
Waleed Akbar
Browse files
Options
Downloads
Patches
Plain Diff
Updated Analytics Backed
- Add Exception
parent
bba35aa9
No related branches found
No related tags found
2 merge requests
!359
Release TeraFlowSDN 5.0
,
!318
Resolve "(CTTC) Analytics Module Enhancements"
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/analytics/backend/service/AnalyticsBackendService.py
+2
-2
2 additions, 2 deletions
src/analytics/backend/service/AnalyticsBackendService.py
with
2 additions
and
2 deletions
src/analytics/backend/service/AnalyticsBackendService.py
+
2
−
2
View file @
a8b0695c
...
@@ -153,8 +153,8 @@ class AnalyticsBackendService(GenericGrpcService):
...
@@ -153,8 +153,8 @@ class AnalyticsBackendService(GenericGrpcService):
del
self
.
active_streamers
[
analyzer_uuid
]
del
self
.
active_streamers
[
analyzer_uuid
]
LOGGER
.
info
(
f
"
Streamer with analyzer_uuid
'
{
analyzer_uuid
}
'
has been trerminated sucessfully.
"
)
LOGGER
.
info
(
f
"
Streamer with analyzer_uuid
'
{
analyzer_uuid
}
'
has been trerminated sucessfully.
"
)
return
True
return
True
except
Exception
as
e
:
except
:
LOGGER
.
e
rror
(
"
Failed to stop Dask Streamer. ERROR: {:}
"
.
format
(
e
))
LOGGER
.
e
xception
(
"
Failed to stop Dask Streamer. ERROR: {:}
"
.
format
(
e
))
return
False
return
False
def
close
(
self
):
def
close
(
self
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment