Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
a17a1f2e
Commit
a17a1f2e
authored
Oct 19, 2019
by
Carla Guillen
Browse files
Bugfix of job ids not being stored in agg_info.
parent
1894f272
Changes
1
Hide whitespace changes
Inline
Side-by-side
analytics/operators/persystsql/PerSystSqlOperator.cpp
View file @
a17a1f2e
...
...
@@ -184,10 +184,12 @@ void PerSystSqlOperator::compute(U_Ptr unit, qeJobData& jobData) {
int
job_id_db
;
if
(
_persystdb
->
insertIntoJob
(
job_id_string
,
jobData
.
userId
,
job_id_db
,
table_suffix
)){
agg_info
.
job_id_db
=
std
::
to_string
(
job_id_db
);
}
else
{
}
else
{
//Todo: error message?
continue
;
}
}
}
else
{
//found
agg_info
.
job_id_db
=
search
->
second
;
}
}
agg_info
.
timestamp
=
(
my_timestamp
/
1e9
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment